Created
October 26, 2014 23:21
-
-
Save Eternal-tears/e356f46238403fd9a2e5 to your computer and use it in GitHub Desktop.
Jetpackのメール投稿で公開済で投稿する方法
This file contains hidden or 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
function jetpack_mail_init() { | |
add_post_type_support( 'post', 'publicize' ); | |
} | |
add_action('init', 'jetpack_mail_init'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment