Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created July 19, 2018 13:29
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 billerickson/819f70e593781a87eff018486a3946f4 to your computer and use it in GitHub Desktop.
Save billerickson/819f70e593781a87eff018486a3946f4 to your computer and use it in GitHub Desktop.
<?php
// Prevent BE Featured Areas from registering taxonomy,
// since it's already registered by Core Functionality plugin
add_filter( 'be_featured_areas_register_taxonomy', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment