1428* @since 2.0.51429* @since 4.0.0 Added the `$post` parameter.1430*1431* @param string$preview_linkURL used for the post preview.1432* @param WP_Post$post Post object.1433*/1434returnapply_filters('preview_post_link',$preview_link,$post);1435}14361437/**1438* Retrieves the edit post link for post.1439*1440* 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.