Skip to content

Instantly share code, notes, and snippets.

@vncloudsco
Created November 27, 2019 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vncloudsco/07c3eecfdd96d7a5aeb8694b5b6d6e2f to your computer and use it in GitHub Desktop.
Save vncloudsco/07c3eecfdd96d7a5aeb8694b5b6d6e2f to your computer and use it in GitHub Desktop.
// Alternatively use this to just remove the url or use it together with the above
add_filter('bloginfo_url', function($output, $property){
return ($property == 'pingback_url') ? null : $output;
}, 11, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment