Guest User

Untitled

a guest
May 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php
  2.  
  3. require get_template_directory() . '/inc/cs-framework/cs-framework.php';
  4.  
  5.  
  6. function industry_rrfonline_theme_metabox( $options ) {
  7.  
  8. $options = array();
  9.  
  10. $options[] = array(
  11. 'id' => 'industry_rrfonline_slide_meta',
  12. 'title' => 'Slider Section',
  13. 'post_type' => 'slider',
Add Comment
Please, Sign In to add comment