Skip to content

Instantly share code, notes, and snippets.

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 wp-seopress/1a81135f82b6906afc79c36bd76af55d to your computer and use it in GitHub Desktop.
Save wp-seopress/1a81135f82b6906afc79c36bd76af55d to your computer and use it in GitHub Desktop.
Filter URL to inspect with Google Inspect URL API
function sp_inspect_url_permalink($url) {
//default: get_permalink();
return $url;
}
add_filter('seopress_inspect_url_permalink', 'sp_inspect_url_permalink');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment