add_meta_boxes

最后更新于:2021-11-25 19:11:23

do_action( ‘add_meta_boxes’, string $post_type, GC_Post $post )

Fires after all built-in meta boxes have been added.

参数

$post_type

(string)
Post type.

$post

(GC_Post)
Post object.

源文件

文件: gc-admin/includes/meta-boxes.php

View on Trac