Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save KillerDesigner/85a90c63e7af02ecbf29dc1141eeb2e3 to your computer and use it in GitHub Desktop.
Save KillerDesigner/85a90c63e7af02ecbf29dc1141eeb2e3 to your computer and use it in GitHub Desktop.
Disable Yoast SEO Primary Category Feature
<?php
/********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/
/* Disable Yoast SEO Primary Category Feature
* Credit: Yoast development team
* Last Tested: Jan 24 2017 using Yoast SEO 4.1 on WordPress 4.7.1
*/
add_filter( 'wpseo_primary_term_taxonomies', '__return_empty_array' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment