Skip to content

Instantly share code, notes, and snippets.

@machouinard
Forked from tott/gist:7384971
Created July 23, 2014 18:03
Show Gist options
  • Save machouinard/70e2fb8a750efee671fe to your computer and use it in GitHub Desktop.
Save machouinard/70e2fb8a750efee671fe to your computer and use it in GitHub Desktop.
<?php
function tott_enable_menu_export() {
global $wp_post_types;
$wp_post_types['nav_menu_item']->_builtin = false;
}
add_action( 'load-export.php', 'tott_enable_menu_export' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment