W3cubDocs

/WordPress

apply_filters( ‘get_sample_permalink_html’, string $return, int $post_id, string|null $new_title, string|null $new_slug, WP_Post $post )

Filters the sample permalink HTML markup.

Parameters

$returnstring
Sample permalink HTML markup.
$post_idint
Post ID.
$new_titlestring|null
New sample permalink title.
$new_slugstring|null
New sample permalink slug.
$postWP_Post
Post object.

Source

$return = apply_filters( 'get_sample_permalink_html', $return, $post->ID, $new_title, $new_slug, $post );

Changelog

Version Description
4.4.0 Added $post parameter.
2.9.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/get_sample_permalink_html