apply_filters( 'get_sample_permalink', array $permalink , int $post_id , string $title , string $name , WP_Post $post )
Filters the sample permalink.
Parameters
- $permalink
-
Array containing the sample permalink with placeholder for the post name, and the post name.
- $post_id
-
Post ID.
- $title
-
Post title.
- $name
-
Post name (slug).
- $post
-
Post object.
Source
Changelog
Version | Description |
---|---|
WP-4.4.0 | Introduced. |