1429* @since 2.0.51430* @since 4.0.0 Added the `$post` parameter.1431*1432* @param string$preview_linkURL used for the post preview.1433* @param WP_Post$post Post object.1434*/1435returnapply_filters('preview_post_link',$preview_link,$post);1436}14371438/**1439* Retrieves the edit post link for post.1440*1441* Can be used within the WordPress loop or outside of it. Can be used with
History
Introduced in 2.0.5. Unchanged from 6.7.7 through 7.1.0.