Custom validation message is not working
-
Actually you have to use a hook for Custom Validation Message.
add_filter('wcmmq_custom_validation_msg', '__return_true');
- The topic ‘Custom validation message is not working’ is closed to new replies.
Home / Plugin: Min Max Control - Min Max Quantity & Step Control for WooCommerce / Custom validation message is not working
Actually you have to use a hook for Custom Validation Message.
add_filter('wcmmq_custom_validation_msg', '__return_true');