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

Filters the sample permalink HTML markup.


Description Description


Parameters Parameters

$return

(string) Sample permalink HTML markup.

$post_id

(int) Post ID.

$new_title

(string) New sample permalink title.

$new_slug

(string) New sample permalink slug.

$post

(WP_Post) Post object.


Top ↑

Source Source

File: wp-admin/includes/post.php

View on Trac


Top ↑

Changelog Changelog

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.