default_excerpt

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

apply_filters( ‘default_excerpt’, string $post_excerpt, GC_Post $post )

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

参数

$post_excerpt

(string)
Default post excerpt.

$post

(GC_Post)
Post object.

源文件

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

View on Trac