Skip to content

Instantly share code, notes, and snippets.

@engelen
Created April 8, 2014 09:55
Show Gist options
  • Save engelen/10105683 to your computer and use it in GitHub Desktop.
Save engelen/10105683 to your computer and use it in GitHub Desktop.
<?php
add_filter( 'cac/post_types', 'myplugin_cac_post_types' );
function myplugin_cac_post_types( $post_types ) {
// Stuff!
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment