Skip to content

Instantly share code, notes, and snippets.

@farookibrahim
Last active February 1, 2016 06:15
Show Gist options
  • Select an option

  • Save farookibrahim/864212a97ba1b4df2dfa to your computer and use it in GitHub Desktop.

Select an option

Save farookibrahim/864212a97ba1b4df2dfa to your computer and use it in GitHub Desktop.
Bethlehem Donate Now Button Text Change
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