wp_nav_menu_item_custom_fields, $item_id, $menu_item, $depth, $args, $current_object_id
wp_nav_menu_item_custom_fields, $item_id, $menu_item, $depth, $args, $current_object_id
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('wp_nav_menu_item_custom_fields, $item_id, $menu_item, $depth, $args, $current_object_id') is found 1 times:
- /wp-admin/includes/class-walker-nav-menu-edit.php line 280
* @param int $depth Depth of menu item. Used for padding. * @param stdClass|null $args An object of menu item arguments. * @param int $current_object_id Nav menu ID. */ do_action( 'wp_nav_menu_item_custom_fields', $item_id, $menu_item, $depth, $args, $current_object_id ); ?> <fieldset class="field-move hide-if-no-js description description-wide"> <span class="field-move-visual-label" aria-hidden="true"><?php _e( 'Move' ); ?></span> <button type="button" class="button-link menus-move menus-move-up" data-dir="up"><?php _e( 'Up one' ); ?></button> <button type="button" class="button-link menus-move menus-move-down" data-dir="down"><?php _e( 'Down one' ); ?></button>