_resolve_template_for_new_post
- %1$s is private and should not be used in themes or plugins directly.
_resolve_template_for_new_post ( $wp_query )
Access:Parameters:- (WP_Query) wp_query Current WP_Query instance, passed by reference.
Defined at: - Introduced in WordPress: 5.9.0
- Deprecated in WordPress: —
Description
Sets the current WP_Query to return auto-draft posts.The auto-draft status indicates a new post, so allow the the WP_Query instance to
return an auto-draft post for template resolution when editing a new post.