Created
March 28, 2022 22:18
-
-
Save goranefbl/3ddb51f6861fa7468e23451ca58b2605 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 | |
| function change_msg() { return 'some text'; } | |
| add_filter( 'gens_raf_coupon_removal_message', 'change_msg' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment