0
0
Read Time:25 Second
// Línea 427 (abajo de línea $base_link= $this->get_current_page_url();)
// public_html/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php
$elementos = get_field('atributos_a_mostrar', get_queried_object());
$elementosNew = array();
foreach ($elementos as $key => $value) { $elementosNew[] = $value['atributo_filtrados']; }
// public_html/wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php
//Agregar if abajo de foreach, luego cerrar if "}" al final del foreach
//foreach ( $terms as $term ) {
if (in_array($term->taxonomy, $elementosNew)) {