Skip to content

Instantly share code, notes, and snippets.

@Steeru
Created April 2, 2018 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Steeru/e1f88a979f316c7299f683102b1dcaf3 to your computer and use it in GitHub Desktop.
Save Steeru/e1f88a979f316c7299f683102b1dcaf3 to your computer and use it in GitHub Desktop.
function wp_travel_customize_travel_info_section (){
return __( '%d your text', 'wp-travel' );
}
add_filter ('wp_travel_template_group_size_text','wp_travel_customize_travel_info_section');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment