Created
September 28, 2017 08:10
-
-
Save kreamweb/e8402afcdd6c47af4a90a603be46bae8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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('ypop_alter_popup', 'ypop_alter_popup', 10, 2); | |
| function ypop_alter_popup( $current_popup, $current_post ){ | |
| if( is_search() ){ | |
| return 167; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment