Skip to content

Instantly share code, notes, and snippets.

@wp-seopress
Created May 9, 2022 15:09
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/3a1d35e5669b66bac259eba90842ac66 to your computer and use it in GitHub Desktop.
Save wp-seopress/3a1d35e5669b66bac259eba90842ac66 to your computer and use it in GitHub Desktop.
Filter XSL video sitemap
add_filter('seopress_sitemaps_video_xsl', 'sp_sitemaps_video_xsl');
function sp_sitemaps_video_xsl($xsl)
{
//var_dump($xsl);
//do your stuff
return $xsl;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment