get_sample_permalink_html

Advertisement

Summery Summery

Filters the sample permalink HTML markup.

Syntax Syntax

apply_filters( 'get_sample_permalink_html', string $return, int $post_id, string $new_title, string $new_slug, WP_Post $post )

Parameters Parameters

$return

Sample permalink HTML markup.

$post_id

Post ID.

$new_title

New sample permalink title.

$new_slug

New sample permalink slug.

$post

Post object.

Source Source

File: wp-admin/includes/post.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Added $post parameter.
2.9.0 Introduced.

Advertisement

Leave a Reply