bakar77

slot gacor maxwin

sltr88

nongki99

wpseek.com
A WordPress-centric search engine for devs and theme authors



add_meta_boxes_{$post_type} › WordPress Action Hooks

Since3.0.0
Deprecatedn/a
do_action( "add_meta_boxes_{$post_type}", $post )
Parameters:
  • (WP_Post|WP_Comment|object) $object The post, comment, or link object. Type varies depending on the hook name.
    Required: Yes
Defined at:
Codex:

Fires after all built-in meta boxes have been added, contextually for the given post type.

The dynamic portion of the hook name, $post_type, refers to the post type of the post, or the object type (comment, link).

Possible hook names include:

  • add_meta_boxes_post
  • add_meta_boxes_page
  • add_meta_boxes_attachment
  • add_meta_boxes_comment
  • add_meta_boxes_link




Source

do_action( "add_meta_boxes_{$post_type}", $post );