wp_add_trashed_suffix_to_post_name_for_post
- %1$s is private and should not be used in themes or plugins directly.
wp_add_trashed_suffix_to_post_name_for_post ( $post )
Access:Parameters:Returns:- (string) New slug for the post.
Defined at: - Introduced in WordPress: 4.5.0
- Deprecated in WordPress: —
Description
Adds a trashed suffix for a given post.Store its desired (i.e. current) slug so it can try to reclaim it
if the post is untrashed.
For internal use.