default_title

最后更新于:2021-11-26 04:58:20

apply_filters( ‘default_title’, string $post_title, GC_Post $post )

Filters the default post title initially used in the “Write Post” form.

参数

$post_title

(string)
Default post title.

$post

(GC_Post)
Post object.

源文件

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

View on Trac