Skip to content

Instantly share code, notes, and snippets.

@verytwisty
Created April 10, 2015 08:22
Show Gist options
  • Select an option

  • Save verytwisty/4b01baae79a66382a9c7 to your computer and use it in GitHub Desktop.

Select an option

Save verytwisty/4b01baae79a66382a9c7 to your computer and use it in GitHub Desktop.
Do Action
<footer>
<?php custom_footer();?>
</footer>
<?php
function custom_footer(){
do_action('my_footer');
}
function custom_footer_text(){
echo "custom footer text";
}
?>
<?php // http://wpengineer.com/1302/define-your-own-wordpress-hooks/ ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment