[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
WordPress Administration Meta Boxes API.
File Size: | 1609 lines (63 kb) |
Included or required: | 0 times |
Referenced: | 3 times |
Includes or requires: | 0 files |
post_submit_meta_box( $post, $args = array() X-Ref |
Displays post submit form fields. param: WP_Post $post Current post object. param: array $args { since: 2.7.0 |
attachment_submit_meta_box( $post ) X-Ref |
Display attachment submit form fields. param: WP_Post $post since: 3.5.0 |
post_format_meta_box( $post, $box ) X-Ref |
Display post format form elements. param: WP_Post $post Post object. param: array $box { since: 3.1.0 |
post_tags_meta_box( $post, $box ) X-Ref |
Display post tags form fields. param: WP_Post $post Post object. param: array $box { since: 2.6.0 |
post_categories_meta_box( $post, $box ) X-Ref |
Display post categories form fields. param: WP_Post $post Post object. param: array $box { since: 2.6.0 |
post_excerpt_meta_box( $post ) X-Ref |
Display post excerpt form fields. param: WP_Post $post since: 2.6.0 |
post_trackback_meta_box( $post ) X-Ref |
Display trackback links form fields. param: WP_Post $post since: 2.6.0 |
post_custom_meta_box( $post ) X-Ref |
Display custom fields form fields. param: WP_Post $post since: 2.6.0 |
post_comment_status_meta_box( $post ) X-Ref |
Display comments status form fields. param: WP_Post $post since: 2.6.0 |
post_comment_meta_box_thead( $result ) X-Ref |
Display comments for post table header return: array param: array $result table header rows since: 3.0.0 |
post_comment_meta_box( $post ) X-Ref |
Display comments for post. param: WP_Post $post since: 2.8.0 |
post_slug_meta_box( $post ) X-Ref |
Display slug form fields. param: WP_Post $post since: 2.6.0 |
post_author_meta_box( $post ) X-Ref |
Display form field with list of authors. param: WP_Post $post since: 2.6.0 |
post_revisions_meta_box( $post ) X-Ref |
Display list of revisions. param: WP_Post $post since: 2.6.0 |
page_attributes_meta_box( $post ) X-Ref |
Display page attributes form fields. param: WP_Post $post since: 2.7.0 |
link_submit_meta_box( $link ) X-Ref |
Display link create form fields. param: object $link since: 2.7.0 |
link_categories_meta_box( $link ) X-Ref |
Display link categories form fields. param: object $link since: 2.6.0 |
link_target_meta_box( $link ) X-Ref |
Display form fields for changing link target. param: object $link since: 2.6.0 |
xfn_check( $class, $value = '', $deprecated = '' ) X-Ref |
Display checked checkboxes attribute for xfn microformat options. param: string $class param: string $value param: mixed $deprecated Never used. since: 1.0.1 |
link_xfn_meta_box( $link ) X-Ref |
Display xfn form fields. param: object $link since: 2.6.0 |
link_advanced_meta_box( $link ) X-Ref |
Display advanced link options form fields. param: object $link since: 2.6.0 |
post_thumbnail_meta_box( $post ) X-Ref |
Display post thumbnail meta box. param: WP_Post $post A post object. since: 2.9.0 |
attachment_id3_data_meta_box( $post ) X-Ref |
Display fields for ID3 data param: WP_Post $post A post object. since: 3.9.0 |
register_and_do_post_meta_boxes( $post ) X-Ref |
Registers the default post meta boxes, and runs the `do_meta_boxes` actions. param: WP_Post $post The post object that these meta boxes are being generated for. since: 5.0.0 |
Generated: Thu Jan 21 01:00:10 2021 | Cross-referenced by PHPXref 0.7.1 |