php - Remove hook in wordpress theme -



php - Remove hook in wordpress theme -

there hook want remove, or stop working template using -

* footer.php hooks */ // footer hook function copious_footer_hook() { do_action('copious_footer_hook'); }

how can create void or stop it?

remove_action( 'copious_footer_hook' );

for more info or options, check: http://codex.wordpress.org/function_reference/remove_action

php wordpress hook footer

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -