* @package Componentz * @subpackage Componentz Theme * @since 1.0.1 */ // Do not allow direct access. if ( ! defined( 'ABSPATH' ) ) { exit; } // If shop sidebar is not active let's return early. if ( ! is_active_sidebar( 'componentz-woocommerce-sidebar' ) ) { return; } // If layout style is set to wide-width let's return early. if( 'twelve' == Componentz()->get->content_layout() && ! is_customize_preview() ) { return; } /** * Hook: componentz/theme/before_secondary_wrapper * * @hooked none * * @since 1.0.0 */ do_action( 'componentz/theme/before_secondary_wrapper' ); ?>