default_content

最后更新于:2021-11-26 04:34:19

apply_filters( ‘default_content’, string $post_content, GC_Post $post )

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

参数

$post_content

(string)
Default post content.

$post

(GC_Post)
Post object.

源文件

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

View on Trac