Last active
September 13, 2017 21:04
-
-
Save MariaJackson1/75a5c1d003bf90d2cccbd7cfa98d3173 to your computer and use it in GitHub Desktop.
GeneratePress
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
| add_filter( 'THE_FILTER_NAME','YOUR_CUSTOM_FILTER_FUNCTION' ); | |
| function YOUR_CUSTOM_FILTER_FUNCTION() { | |
| return 'Your custom text to replace the normal text'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment