Skip to content

Instantly share code, notes, and snippets.

@joelstransky
Created July 13, 2016 21:08
Show Gist options
  • Save joelstransky/e075c6f2f3e3a3768d4a60be4abcf7f8 to your computer and use it in GitHub Desktop.
Save joelstransky/e075c6f2f3e3a3768d4a60be4abcf7f8 to your computer and use it in GitHub Desktop.
add_filter( 'wp_edit_nav_menu_walker', function() {remove_all_filters('wp_edit_nav_menu_walker' );}, 1 );
add_filter( 'wp_edit_nav_menu_walker', array( $this, 'acf_menu_edit_walker'), 1, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment