Skip to content

Instantly share code, notes, and snippets.

@engelen
Last active August 29, 2015 14:00
Show Gist options
  • Select an option

  • Save engelen/11054499 to your computer and use it in GitHub Desktop.

Select an option

Save engelen/11054499 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'cac/settings/tab_contents/tab=[tabid]', 'myplugin_cac_tab_contents_mytab' ); // Only the [tabid] tab
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment