Is there an easy way to replace a custom menu link with a page or post?
Although this does not directly answer the question, the code on which it is based provides the functionality. The code set is: function install_menus() { require_once dirname( __FILE__) . ‘/data.php’; $menus = get_menus_data(); if ( ! empty ( $menus ) ) foreach ( $menus as $menu ) { if ( $menu[‘build’] ) { $menu_id = … Read more