Created
June 23, 2017 19:17
-
-
Save kraftbj/5ff309ed9423571627a3ef55c77b10ec to your computer and use it in GitHub Desktop.
Publicize for Resumes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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