↧
the_widget() as a Shortcode Base
In January 2010 I wrote a post about making a template tag for standard plugins using the built-in WordPress function the_widget(). This post will further expand on the possible uses of the_widget() as...
View ArticleMake WordPress Login Form Shortcode
This is more or less straight-forward in its approach, but first a little back up documentation: add_shortcode – http://codex.wordpress.org/Function_Reference/add_shortcode wp_login_form –...
View ArticleDid You Know: wp_parse_args() …
… uses array_merge? To see the core reference click here.To hide the core reference click here. /** * Merge user defined arguments into defaults array. * * This function is used throughout WordPress to...
View Article