Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save generatepress/64ee0304f3fd166f02df341fc9cc0968 to your computer and use it in GitHub Desktop.
Save generatepress/64ee0304f3fd166f02df341fc9cc0968 to your computer and use it in GitHub Desktop.
Adding a search icon to the GP search form button
add_filter( 'generate_search_button', function() {
return '';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment