Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* FORK FOR WORDPRESS 6.0 COMPATIBILITY
* This plugin calls wp_get_nav_menu_items() on line 304 with two arguments:
* - $menuToInsert (the menu id)
* - $args (an array of arguments)
* For some reason providing the second argument causes issues in WP 6.0, so we're just going to remove it.
*/