auth_{$object_type}_{$sub_type}_meta_{$meta_key}
最后更新于:2021-11-25 20:50:09
apply_filters( “auth_{$object_type}_{$sub_type}_meta_{$meta_key}”, bool $allowed, string $meta_key, int $post_id, int $user_id, string $cap, array $caps )
Filters whether the user is allowed to add post meta to a post of a given type.
参数
- $allowed
-
(bool)
Whether the user can add the post meta. Default false. - $meta_key
-
(string)
The meta key. - $post_id
-
(int)
Post ID. - $user_id
-
(int)
User ID. - $cap
-
(string)
Capability name. - $caps
-
(array)
User capabilities.
源文件
文件: gc-includes/capabilities.php