Skip to content

Instantly share code, notes, and snippets.

@hashtheme
Created May 26, 2018 17:22
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 hashtheme/dbede5947d1ba3bb76a1ea0a2c5ab915 to your computer and use it in GitHub Desktop.
Save hashtheme/dbede5947d1ba3bb76a1ea0a2c5ab915 to your computer and use it in GitHub Desktop.
font
<?php
require get_template_directory() . '/inc/cs-framework/cs-framework.php';
function industry_rrfonline_theme_metabox( $options ) {
$options = array();
$options[] = array(
'id' => 'industry_rrfonline_slide_meta',
'title' => 'Slider Section',
'post_type' => 'slider',
'context' => 'no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment