Skip to content

Instantly share code, notes, and snippets.

Created January 22, 2018 07:12
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 anonymous/bc018042c8d20e8f18d6e2b8144e36cd to your computer and use it in GitHub Desktop.
Save anonymous/bc018042c8d20e8f18d6e2b8144e36cd to your computer and use it in GitHub Desktop.
function wp_travel_customize_field_text( $price_per ){
$price_per['night'] = __( 'Night', 'wp-travel' );
return $price_per;
}
add_action( 'wp_travel_price_per_fields', 'wp_travel_customize_field_text', 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment