Home Forums WoodMart support forum Hide `Product Setting (custom metabox from theme)` section in Add/Edit Product

Hide `Product Setting (custom metabox from theme)` section in Add/Edit Product

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #450127

    chocolemon
    Participant

    Hi,

    Is there any option to hide section “Hide Product Setting (custom meta box from theme)" section in Add/Edit Product in Add/Edit Product page?
    I want to hide it to simplify adding new products for my client.

    Attachments:
    You must be logged in to view attached files.
    #450130

    Artem Temos
    Keymaster

    Hello,

    Thank you so much for purchasing our theme and contacting our support center.

    Try to add the following PHP code snippet to the child theme functions.php file to do this

    remove_action( 'init', 'woodmart_register_product_metaboxes', 100 );

    Kind Regards
    XTemos Studio

    #450136

    chocolemon
    Participant

    Hi,

    thanks for the fast reply. I just tried, but it still showed on the page. I’ve tried putting the snippet using wpcode and also try put it directly on functions.php. both methods didn’t work.

    Attachments:
    You must be logged in to view attached files.
    #450443

    chocolemon
    Participant

    Hi, just to inform . i manage to hide it using User Role Editor. thanks

    #450593

    Artem Temos
    Keymaster

    Great, we are glad that you sorted this out. Feel free to contact us if you have any further questions.

    Kind Regards

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

The topic ‘Hide `Product Setting (custom metabox from theme)` section in Add/Edit Product’ is closed to new replies.