wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
add_meta_boxes_{$post_type} › WordPress Action Hooks
Seit3.0.0
Veraltetn/v
› do_action( "add_meta_boxes_{$post_type}", $post )
| Parameter: |
|
| Definiert in: |
|
| 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`Ähnliche Funktionen: add_meta_box, do_meta_boxes, get_post_type, set_post_type, get_post_types, _get_last_post_time
Ähnliche Hooks: add_meta_boxes, add_meta_boxes_comment, add_meta_boxes_link, do_meta_boxes, hidden_meta_boxes