add_inline_data

最后更新于:2021-11-25 19:10:21

do_action( ‘add_inline_data’, GC_Post $post, GC_Post_Type $post_type_object )

Fires after outputting the fields for the inline editor for posts and pages.

参数

$post

(GC_Post)
The current post object.

$post_type_object

(GC_Post_Type)
The current post’s post type object.

源文件

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

View on Trac