{ 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.}
1540*}1541* @param int$post_id Post ID.1542* @param string$title Post title.1543* @param string$name Post name(slug).1544* @param WP_Post$post Post object.1545*/1546returnapply_filters('get_sample_permalink',$permalink,$post->ID,$title,$name,$post);1547}15481549/**1550* Returns the HTML of the sample permalink slug editor.1551*1552* @since 2.5.0
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.