Filters the sample permalink HTML markup.
Parameters
$return
string- Sample permalink HTML markup.
$post_id
int- Post ID.
$new_title
string|null- New sample permalink title.
$new_slug
string|null- New sample permalink slug.
$post
WP_Post- Post object.
Source
$return = apply_filters( 'get_sample_permalink_html', $return, $post->ID, $new_title, $new_slug, $post );
User Contributed Notes
You must log in before being able to contribute a note or feedback.