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_customize_changeset_dependent_auto_drafts( int $post_id )
Deletes auto-draft posts associated with the supplied changeset.
Parameters
- $post_id
-
(Required) Post ID for the customize_changeset.
Source
File: wp-includes/nav-menu.php
Changelog
Version | Description |
---|---|
4.8.0 | Introduced. |