Skip to content

Instantly share code, notes, and snippets.

<?php
require get_template_directory() . '/inc/cs-framework/cs-framework.php';
function industry_rrfonline_theme_metabox( $options ) {
$options = array();
$options[] = array(
@hashtheme
hashtheme / rrf online
Created April 20, 2018 13:57
rrf online
<?php
require get_template_directory() . '/inc/cs-framework/cs-framework.php';
function industry_rrfonline_theme_metabox( $options ) {
$options = array();
$options[] = array(
<?php
require get_template_directory() . '/inc/cs-framework/cs-framework.php';
function industry_rrfonline_theme_metabox( $options ) {
$options = array();
$options[] = array(
@hashtheme
hashtheme / Google font
Created March 25, 2018 04:41
Google font not show
<?php
function canon_hash_custom_css() {
$body_font = cs_get_option('body_font');
$body_font_size = cs_get_option('body_font_size');