Skip to content

Instantly share code, notes, and snippets.

@ahmedeshaan
Created March 17, 2020 06:37
Show Gist options
  • Save ahmedeshaan/1bb89093472d2aeb8924463613cb7b7d to your computer and use it in GitHub Desktop.
Save ahmedeshaan/1bb89093472d2aeb8924463613cb7b7d to your computer and use it in GitHub Desktop.
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