Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active August 8, 2022 21:13
Show Gist options
  • Save MariaJackson1/2ff7a8f025747faf6b137175ff595b33 to your computer and use it in GitHub Desktop.
Save MariaJackson1/2ff7a8f025747faf6b137175ff595b33 to your computer and use it in GitHub Desktop.
Replace Search Box Text GeneratePress
Add to functions.php
add_filter( 'generate_search_placeholder', 'tu_change_search_placeholder' );
function tu_change_search_placeholder() {
return 'Your custom placeholder';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment