Skip to content

Instantly share code, notes, and snippets.

@theodorocaliari
Last active August 29, 2015 13:57
Show Gist options
  • Save theodorocaliari/9546229 to your computer and use it in GitHub Desktop.
Save theodorocaliari/9546229 to your computer and use it in GitHub Desktop.
<?php
function foo(){
//cpt $labels, $rewrite, $args
.
.
.
register_post_type('cpt',$args);
flush_rewrite_rules();
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment