Skip to content

Instantly share code, notes, and snippets.

'pager' => true,
'more' => false,
'size' => cherry_services_list()->get_option( 'listing-image-size', 'thumbnail' ),
<?php cherry_services_tools()->page_title( '<h1 class="page-title">%s</h1>' ); ?>
‘cherry-breadcrumbs‘=> array(
‘priority’ => 999,
‘autoload’ => false,
),
‘cherry-interface-builder’ => array(
‘autoload’ => false,
),
),
) ),
return $this ->core
‘cherry-breadcrumbs‘=> array(
‘priority’ => 999,
‘autoload’ => false,
),
‘cherry-interface-builder’ => array(
‘autoload’ => false,
),
add_action( 'woocommerce_cart_collaterals', 'monstroid2_woocommerce_cross_sell_display'
remove_action( 'woocommerce_cart_collaterals', 'woocommerce_cross_sell_display' );
remove_action( 'woocommerce_cart_collaterals', 'woocommerce_cross_sell_display');
function mohican_child_theme_enqueue_styles() {
$parent_style = 'mohican-theme-style';
wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'mohican-child-theme-style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style ),
wp_get_theme()->get( 'Version' )
);}