Definition:
function wp_footer() {}
Fire the wp_footer action
Defined actions
- wp_footer
do_action('wp_footer');
Source code
function wp_footer() { do_action('wp_footer'); }
3663
February 12, 2011 by Thorsten
0 Comments
Definition:
function wp_footer() {}
do_action('wp_footer');
function wp_footer() { do_action('wp_footer'); }
3663
No comments yet... Be the first to leave a reply!