Filters the sample permalink HTML markup.
$returnstring$post_idint$new_titlestring|null$new_slugstring|null$postWP_Postwp-admin/includes/post.php:1613get_sample_permalink_html() * @param string $return Sample permalink HTML markup. * @param int $post_id Post ID. * @param string|null $new_title New sample permalink title. * @param string|null $new_slug New sample permalink slug. * @param WP_Post $post Post object. */ $return = apply_filters( 'get_sample_permalink_html', $return, $post->ID, $new_title, $new_slug, $post ); return $return;} /** * Returns HTML for the post thumbnail meta box.Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.