/home/vianto5/ceibaresidencial.mx/wp-content/themes/moore_old/inc
NameSizeModeActions
class-ajax-filter.php97700644editdlrm
class-ajax.php71080644editdlrm
class-cmb2-customize.php7120644editdlrm
class-customize.php269570644editdlrm
class-elementor.php294210644editdlrm
class-hook.php112390644editdlrm
class-main.php107280644editdlrm
class-widgets.php12620644editdlrm
class-woo.php70230644editdlrm
functions.php43410644editdlrm
Edit: /home/vianto5/ceibaresidencial.mx/wp-content/themes/moore_old/inc/class-widgets.php (1262B)
esc_html__( 'Main Sidebar', 'moore'), 'id' => "main-sidebar", 'description' => esc_html__( 'Main Sidebar', 'moore' ), 'class' => '', 'before_widget' => '
', 'after_widget' => "
", 'before_title' => '

', 'after_title' => "

", ); register_sidebar( $args_blog ); if( moore_is_woo_active() ){ $args_woo = array( 'name' => esc_html__( 'WooCommerce Sidebar', 'moore'), 'id' => "woo-sidebar", 'description' => esc_html__( 'WooCommerce Sidebar', 'moore' ), 'class' => '', 'before_widget' => '
', 'after_widget' => "
", 'before_title' => '

', 'after_title' => "

", ); register_sidebar( $args_woo ); } } } } return new Moore_Widgets();