Disable store shipping, enable shipping processing times
-
When I disable store shipping below snippet, disappear info on product page wcfm mp_shipping_processing_times so How can I disable store shipping except processing times.
add_filter( 'wcfm_is_allow_store_shipping', '__return_false' );
- The topic ‘Disable store shipping, enable shipping processing times’ is closed to new replies.