/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-woo.php (7023B)
term_id ? '' . $value->name . '' : ""; } } echo implode(' ', $value_cats); } function moore_woocommerce_before_main_content(){ ?>
'', 'prev_text' => '', ); $agrs = array_merge( $array, $args ); return $agrs; } function moore_change_number_product_related( $agrs ){ $agrs_setting = [ 'posts_per_page' => apply_filters( 'number_product_realated_posts_per_page', 3 ), 'columns' => apply_filters( 'number_product_realated_columns', 3 ), ]; $agrs = array_merge( $agrs, $agrs_setting ); return $agrs; } function moore_single_product_image_thumbnail_html( $html, $attachment_id ){ if ( $attachment_id ) { $img_url_thumbnail = wp_get_attachment_image_url ($attachment_id,'large' ); $img_url = wp_get_attachment_image_url ($attachment_id,'large' ); $image_title = esc_attr( get_the_title( $attachment_id ) ); $html = ''.esc_attr( $image_title ).''; } else { $html = ''; } return $html; } function moore_woocommerce_login_form(){ ?>