{ 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.}
1522*}1523* @param int$post_id Post ID.1524* @param string$title Post title.1525* @param string$name Post name(slug).1526* @param WP_Post$post Post object.1527*/1528returnapply_filters('get_sample_permalink',$permalink,$post->ID,$title,$name,$post);1529}15301531/**1532* Returns the HTML of the sample permalink slug editor.1533*1534* @since 2.5.0
History
Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.