get_sample_permalink_html

最后更新于:2021-11-26 23:16:05

apply_filters( ‘get_sample_permalink_html’, string $return, int $post_id, string $new_title, string $new_slug, GC_Post $post )

Filters the sample permalink HTML markup.

参数

$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

(GC_Post)
Post object.

源文件

文件: gc-admin/includes/post.php

View on Trac