category_extra_description change hook
-
Is that possible to change this new category_extra_description in after product loop to after_main_content?? I can’t found this line in the themes. Thanks.
Hello,
I need to consult our developers on this issue. I have submitted the case to our developers and we will get back to you soon.
Best Regars
Hello,
You can create a custom layout by means of WooCommerce layouts builder https://xtemos.com/docs-cat/woocommerce-layouts-builder/?theme=woodmart
In case you want to customize the element, this code displays it:
add_action( 'woocommerce_after_main_content', 'woodmart_get_extra_description_category', 5 );
If you have any questions please feel free to contact us.
Best Regards