Created
March 7, 2024 07:03
-
-
Save codersaiful/149fd9a5712c6a2f5357c347180b49c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* To enable Custom Validaion message from | |
* Configure / Setting, Use following filter | |
*/ | |
add_filter('wcmmq_custom_validation_msg', '__return_true'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment