Created
July 2, 2019 01:25
-
-
Save generatepress/64ee0304f3fd166f02df341fc9cc0968 to your computer and use it in GitHub Desktop.
Adding a search icon to the GP search form button
This file contains 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( 'generate_search_button', function() { | |
return ''; | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment