Created
December 18, 2023 08:37
-
-
Save wolfthemes/0a9d443f12e0656c3ea62774709a9b3d to your computer and use it in GitHub Desktop.
Overwriting Event "Free" button text
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
| /** | |
| * Overwriting Event "Free" button text | |
| */ | |
| add_filter( 'we_free_text', function( $text ) { | |
| return esc_html__( 'Free Admission', 'wolf-events' ); | |
| } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment