Skip to content

Instantly share code, notes, and snippets.

@bordoni
Created February 4, 2015 23:50
Show Gist options
  • Select an option

  • Save bordoni/6c56484ab453c5c79c91 to your computer and use it in GitHub Desktop.

Select an option

Save bordoni/6c56484ab453c5c79c91 to your computer and use it in GitHub Desktop.
<?php
add_action( 'tribe_bar_datepicker_caption', 'tec_change_date_picker_text' );
function tec_change_date_picker_text( $caption ){
return 'New Text:';
}
@joshlsullivan
Copy link

Did the trick! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment