Disable "wcfmmp_shipping_info" on the product page

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Feature Request Disable "wcfmmp_shipping_info" on the product page

Viewing 1 reply thread
  • Author
    Posts
    • #55588
      svyatoslawasev
      Participant

      Hi!
      How to disable “wcfmmp_shipping_info” on the product page?

      “remove_action (‘woocommerce_single_product_summary’, array (‘WCFMmp_Shipping’, ‘wcfmmp_shipping_info’), 32);” does not work in functions.php

      Maybe it disable somewhere in the settings?

    • #55803
      WCFM Forum
      Keymaster

      Hi,

      Please add this line to do so –

      add_filter( 'wcfm_is_allow_shipping_processing_time_info', '__return_false' );

      Thank You

Viewing 1 reply thread
  • The topic ‘Disable "wcfmmp_shipping_info" on the product page’ is closed to new replies.