Skip to content

Instantly share code, notes, and snippets.

@anthonysbrown
Created December 20, 2016 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anthonysbrown/91729dc15aac34129d17c71727f00dca to your computer and use it in GitHub Desktop.
Save anthonysbrown/91729dc15aac34129d17c71727f00dca to your computer and use it in GitHub Desktop.
<?php
add_action('funeralpress/admin/obit/content_tab', 'my_new_tab', 12, 2);
function my_new_tab($r, $obit_id){
echo ' <li><a href="http://linktourl">Tab Title</a></li>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment