Created
February 4, 2015 23:50
-
-
Save bordoni/6c56484ab453c5c79c91 to your computer and use it in GitHub Desktop.
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
| <?php | |
| add_action( 'tribe_bar_datepicker_caption', 'tec_change_date_picker_text' ); | |
| function tec_change_date_picker_text( $caption ){ | |
| return 'New Text:'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Did the trick! :)