Last active
February 1, 2016 06:15
-
-
Save farookibrahim/864212a97ba1b4df2dfa to your computer and use it in GitHub Desktop.
Bethlehem Donate Now Button Text Change
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
| add_filter( 'bethlehem_navbar_donation_link_text', 'custom_navbar_donation_link_text' ); | |
| function custom_navbar_donation_link_text() { | |
| return esc_html__( 'Text', 'bethlehem' ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment