Guest User

Untitled

a guest
May 21st, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 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',
  14. 'context' => 'normal',
  15. 'priority' => 'default',
  16. 'icon' => 'fa fa-heart',
  17. 'sections' => array(
  18. array(
  19. 'name' => 'industry_rrfonline_slide_metaboxss',
  20. 'title' => 'Slider Text Color',
  21. 'fields' => array(
  22. array(
  23. 'id' => 'wi
Add Comment
Please, Sign In to add comment