Skip to content

Instantly share code, notes, and snippets.

@hashtheme
Last active May 17, 2018 06:39
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/b5f3c61a72598846daf42f9ec3f9a5a6 to your computer and use it in GitHub Desktop.
Save hashtheme/b5f3c61a72598846daf42f9ec3f9a5a6 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' => 'normal',
'priority' => 'default',
'icon' => 'fa fa-heart',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment