This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
_wp_delete_post_menu_item( int $object_id )
Callback for handling a menu item when its original object is deleted.
Parameters
- $object_id
-
(Required) The ID of the original object being trashed.
Source
File: wp-includes/nav-menu.php
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |