Skip to content

Instantly share code, notes, and snippets.

@ibndawood
Last active June 3, 2019 06:45
Show Gist options
  • Save ibndawood/4471b63800faab90f246 to your computer and use it in GitHub Desktop.
Save ibndawood/4471b63800faab90f246 to your computer and use it in GitHub Desktop.
Changing "Our Charity Store" text in footer
function mybeth_change_charity_store_text() {
return esc_html__( 'Our Custom Store Text', 'bethlehem' );
}
add_filter( 'our_store_carousel_title', 'mybeth_change_charity_store_text' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment