Remove attribites tab for bookable product

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Best Multi Vendor Marketplace Plugin for WordPress Forums WCFM Remove attribites tab for bookable product

Viewing 1 reply thread
  • Author
    Posts
    • #45437
      Katherine Reynolds
      Guest

      Hi
      I asked how to do this on a different ticket that is now closed. You told me to add this code:
      add_filter( ‘wcfm_pm_block_class_attributes’, function( $attr_block_classes ) {
      return ‘variable’;
      });
      It did take off the tab for simple product and simple subscription as I asked, but not bookable product.
      I need to remove attribites tab for bookable product too.

      Thanks

    • #45505
      WCFM Forum
      Member

      Hi,

      As I remember, you asked me code to use “Attributes” only for Variable products, so I gave you that code.

      Anyway, use this revised code –

      add_filter( 'wcfm_pm_block_class_attributes', function( $attr_block_classes ) {
        return 'simple variable';
      });

      Thank You

Viewing 1 reply thread
  • The topic ‘Remove attribites tab for bookable product’ is closed to new replies.