Skip to content

Instantly share code, notes, and snippets.

@Eternal-tears
Created October 26, 2014 23:21
Show Gist options
  • Save Eternal-tears/e356f46238403fd9a2e5 to your computer and use it in GitHub Desktop.
Save Eternal-tears/e356f46238403fd9a2e5 to your computer and use it in GitHub Desktop.
Jetpackのメール投稿で公開済で投稿する方法
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