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