Skip to content

Instantly share code, notes, and snippets.

@hashtheme
Created May 24, 2018 17:56
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/3d951adb3baec6c1437bc422988022a5 to your computer and use it in GitHub Desktop.
Save hashtheme/3d951adb3baec6c1437bc422988022a5 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