Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@stephensabatini
Created April 10, 2018 18:19
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 stephensabatini/ebe80b811fb0c38abda5fd4faa922247 to your computer and use it in GitHub Desktop.
Save stephensabatini/ebe80b811fb0c38abda5fd4faa922247 to your computer and use it in GitHub Desktop.
<?php
add_action( 'after_setup_theme', function() {
remove_theme_support( 'yoast-seo-breadcrumbs' );
}, 20 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment