WP_Customize_Nav_Menus::make_auto_draft_status_previewable()

Make the auto-draft status protected so that it can be queried.

Source

File: wp-includes/class-wp-customize-nav-menus.php

public function make_auto_draft_status_previewable() {
		global $wp_post_statuses;
		$wp_post_statuses['auto-draft']->protected = true;
	}

Changelog

Version Description
4.7.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_customize_nav_menus/make_auto_draft_status_previewable