GeneratePress
add_filter( 'THE_FILTER_NAME','YOUR_CUSTOM_FILTER_FUNCTION' ); function YOUR_CUSTOM_FILTER_FUNCTION() { return 'Your custom text to replace the normal text'; }