Skip to content

Instantly share code, notes, and snippets.

@RCowles
Created December 23, 2014 00:16
Show Gist options
  • Save RCowles/fa4f9ddb59b7964be3e2 to your computer and use it in GitHub Desktop.
Save RCowles/fa4f9ddb59b7964be3e2 to your computer and use it in GitHub Desktop.
Add Publicize support to Portfolio CPT
function jpme_custom_init() {
add_post_type_support( 'portfolio', 'publicize' );
}
add_action('init', 'jpme_custom_init');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment