L
L
Lorem Ipsum2018-06-14 09:29:48
WordPress
Lorem Ipsum, 2018-06-14 09:29:48

woocommerce_before_main_content hook not working?

Hello! woocommerce_before_main_content hook not working. The Woocommerce version is 3.3.5. The woocommerce_before_single_product hook works as it should. I can't figure out what's wrong. Has anyone been like this?

add_action('woocommerce_before_main_content', 'salva_archive_wrapper_start', 40);
function salva_archive_wrapper_start() { ?>
        <div class="catalog-view">
            <div class="row">
    <?php
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
ljutaev, 2018-06-14
@ljutaev

add_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10 );
add_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10 );
по умолчанию приоритетность 10, а у тебе 40 , может смотри в эту сторону

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question