Skip to content

Instantly share code, notes, and snippets.

@wolfthemes
Created December 18, 2023 08:37
Show Gist options
  • Select an option

  • Save wolfthemes/0a9d443f12e0656c3ea62774709a9b3d to your computer and use it in GitHub Desktop.

Select an option

Save wolfthemes/0a9d443f12e0656c3ea62774709a9b3d to your computer and use it in GitHub Desktop.
Overwriting Event "Free" button text
/**
* 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