Advertisement
afsarwebdev

wp-metabox-with-custom-page-template

Jul 27th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $cmb = new_cmb2_box( array(
  2. 'id' => 'feature_food_carousel',
  3. 'title' => 'Feature food carousel product price',
  4. 'object_types' => array( 'page' ),
  5. 'show_on' => array( 'key' => 'page-template', 'value' => 'front-page.php'),
  6. 'context' => 'normal',
  7. 'priority' => 'high',
  8. 'show_names' => true,
  9. ));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement