rest_pre_insert_nav_menu_item WordPress Filter Hook

The rest_pre_insert_nav_menu_item hook is called before a navigation menu item is inserted via the REST API.

apply_filters( 'rest_pre_insert_nav_menu_item', object $prepared_nav_item, WP_REST_Request $request ) #

Filters a menu item before it is inserted via the REST API.


Parameters

$prepared_nav_item

(object)An object representing a single menu item prepared for inserting or updating the database.

$request

(WP_REST_Request)Request object.


Top ↑

Source

File: wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.