get_sample_permalink

Advertisement

Summery Summery

Filters the sample permalink.

Syntax Syntax

apply_filters( 'get_sample_permalink', array $permalink, int $post_id, string $title, string $name, WP_Post $post )

Parameters Parameters

$permalink

Array containing the sample permalink with placeholder for the post name, and the post name.

  • (string) The permalink with placeholder for the post name.
  • '1'
    (string) The post name.

$post_id

Post ID.

$title

Post title.

$name

Post name (slug).

$post

Post object.

Source Source

File: wp-admin/includes/post.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.

Advertisement

Leave a Reply