Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active September 13, 2017 21:04
Show Gist options
  • Select an option

  • Save MariaJackson1/75a5c1d003bf90d2cccbd7cfa98d3173 to your computer and use it in GitHub Desktop.

Select an option

Save MariaJackson1/75a5c1d003bf90d2cccbd7cfa98d3173 to your computer and use it in GitHub Desktop.
GeneratePress
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