Skip to content

Instantly share code, notes, and snippets.

@hashtheme
Created May 19, 2018 14:10
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/7f34b3be4d056146588f6854f61368a3 to your computer and use it in GitHub Desktop.
Save hashtheme/7f34b3be4d056146588f6854f61368a3 to your computer and use it in GitHub Desktop.
Google 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',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment