Skip to content

Instantly share code, notes, and snippets.

@ashleycam3ron
Created February 18, 2018 16:24
Show Gist options
  • Save ashleycam3ron/f66067b14440817287f80e60c5be04cb to your computer and use it in GitHub Desktop.
Save ashleycam3ron/f66067b14440817287f80e60c5be04cb to your computer and use it in GitHub Desktop.
Add WordPress Jetpack Publicize to Custom Post Types
$args = array(
'supports' => array( 'title', 'editor', 'thumbnail', 'publicize')
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment