Skip to content

Instantly share code, notes, and snippets.

@kraftbj
Created June 23, 2017 19:17
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 kraftbj/5ff309ed9423571627a3ef55c77b10ec to your computer and use it in GitHub Desktop.
Save kraftbj/5ff309ed9423571627a3ef55c77b10ec to your computer and use it in GitHub Desktop.
Publicize for Resumes
<?php // do not include in an existing file
add_action('init', 'kraft_wpjmresume_publicize');
function kraft_wpjmresume_publicize() {
add_post_type_support( 'resume', 'publicize' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment