wp_create_nav_menu

wp_create_nav_menu

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('wp_create_nav_menu') is found 1 times:

  • /wp-includes/nav-menu.php line 375
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
         *
         * @param int   $term_id   ID of the new menu.
         * @param array $menu_data An array of menu data.
         */
        do_action( 'wp_create_nav_menu', $_menu['term_id'], $menu_data );
     
        return (int) $_menu['term_id'];
    }
     
    if ( ! $_menu || ! isset( $_menu->term_id ) ) {
        return 0;

See this hook used in plugins: