Created
May 5, 2014 14:49
-
-
Save jchristopher/8cb5ecaeea8e400e2d14 to your computer and use it in GitHub Desktop.
Prevent the baseline SearchWP Live Search results positioning from showing (NOTE: this does not alter the theme (visual) styles)
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
<?php | |
add_filter( 'searchwp_live_search_base_styles', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment