Home Forums WoodMart support forum category_extra_description change hook

category_extra_description change hook

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #418782

    fadlibotax
    Participant

    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.

    #418819

    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

    #419273

    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

Viewing 3 posts - 1 through 3 (of 3 total)