Skip to content

Instantly share code, notes, and snippets.

@amboutwe
Last active January 3, 2024 07:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amboutwe/078eff571bda7986961f4d63e36e8682 to your computer and use it in GitHub Desktop.
Save amboutwe/078eff571bda7986961f4d63e36e8682 to your computer and use it in GitHub Desktop.
Remove Yandex tags from Yoast SEO Video
<?php
/********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/
/* Remove Yandex tags from Yoast SEO Video
* Credit: Yoast development team
* Last Tested: May 12 2017 using Yoast SEO Video 4.7 on WordPress 4.7.4
*/
add_filter( 'wpseo_video_yandex_support', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment