Skip to content

Instantly share code, notes, and snippets.

@RCowles
Created August 28, 2014 21:28
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 RCowles/9f0470fb887d571f011a to your computer and use it in GitHub Desktop.
Save RCowles/9f0470fb887d571f011a to your computer and use it in GitHub Desktop.
Add Publicize support to an existing CPT
add_action('init', 'rsc_custom_init');
function rsc_custom_init() {
add_post_type_support( 'your-custom-post-type-name', 'publicize' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment