Merge Settings Into an Array in WordPress

Arrays Merging

I found people are coming to this site (to an unrelated article) looking for a way to merge settings into an array.

You’re looking for wp_parse_args()

The main function for WordPress to do this is wp_parse_args(). You likely want this function.

Learn more about wp_parse_args()

Also consider shortcode_atts()

This is used for parsing shortcode options. It only supports defined arguments.

Learn more about shortcode_atts()

This entry was posted in WordPress and tagged , , , . Bookmark the permalink.
  • http://twitter.com/Lexi_Soft Lexi-Soft

    thank you for sharing

  • adumpaul

    Nice WordPress tutorial.Thanks a lots for sharing.

  • http://www.esparkinfo.com/ Nitesh Ahir

    once again nice one wordpress tutorial