Created
March 17, 2020 06:37
-
-
Save ahmedeshaan/1bb89093472d2aeb8924463613cb7b7d 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
function wvg_stop_live_feed() { | |
return true; | |
} | |
add_filter('stop_gwp_live_feed', 'wvg_stop_live_feed'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment