Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created October 23, 2019 21:45
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 billerickson/cfea79cd8fb43c34f01fdd91509df9b3 to your computer and use it in GitHub Desktop.
Save billerickson/cfea79cd8fb43c34f01fdd91509df9b3 to your computer and use it in GitHub Desktop.
add_action( ‘init’, function() {
$args = array(
‘public’ => true,
‘label’ => ‘News’,
‘show_in_rest’ => true,
‘template_lock’ => ‘all’,
‘template’ => array(
array( ‘core/paragraph’, array(
‘placeholder’ => ‘Breaking News’,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment