{ Array containing the sample permalink with placeholder for the post name, and the post name. @type string $0 The permalink with placeholder for the post name. @type string $1 The post name.}
1533*}1534* @param int$post_id Post ID.1535* @param string$title Post title.1536* @param string$name Post name(slug).1537* @param WP_Post$post Post object.1538*/1539returnapply_filters('get_sample_permalink',$permalink,$post->ID,$title,$name,$post);1540}15411542/**1543* Returns the HTML of the sample permalink slug editor.1544*1545* @since 2.5.0
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.