[ Index ] |
PHP Cross Reference of WordPress |
[Source view] [Print] [Project Stats]
WordPress Administration Meta Boxes API.
File Size: | 1636 lines (65 kb) |
Included or required: | 0 times |
Referenced: | 0 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 |
Displays attachment submit form fields. param: WP_Post $post Current post object. since: 3.5.0 |
post_format_meta_box( $post, $box ) X-Ref |
Displays post format form elements. param: WP_Post $post Current post object. param: array $box { since: 3.1.0 |
post_tags_meta_box( $post, $box ) X-Ref |
Displays post tags form fields. param: WP_Post $post Current post object. param: array $box { since: 2.6.0 |
post_categories_meta_box( $post, $box ) X-Ref |
Displays post categories form fields. param: WP_Post $post Current post object. param: array $box { since: 2.6.0 |
post_excerpt_meta_box( $post ) X-Ref |
Displays post excerpt form fields. param: WP_Post $post Current post object. since: 2.6.0 |
post_trackback_meta_box( $post ) X-Ref |
Displays trackback links form fields. param: WP_Post $post Current post object. since: 2.6.0 |
post_custom_meta_box( $post ) X-Ref |
Displays custom fields form fields. param: WP_Post $post Current post object. since: 2.6.0 |
post_comment_status_meta_box( $post ) X-Ref |
Displays comments status form fields. param: WP_Post $post Current post object. since: 2.6.0 |
post_comment_meta_box_thead( $result ) X-Ref |
Displays comments for post table header return: array param: array $result Table header rows. since: 3.0.0 |
post_comment_meta_box( $post ) X-Ref |
Displays comments for post. param: WP_Post $post Current post object. since: 2.8.0 |
post_slug_meta_box( $post ) X-Ref |
Displays slug form fields. param: WP_Post $post Current post object. since: 2.6.0 |
post_author_meta_box( $post ) X-Ref |
Displays form field with list of authors. param: WP_Post $post Current post object. since: 2.6.0 |
post_revisions_meta_box( $post ) X-Ref |
Displays list of revisions. param: WP_Post $post Current post object. since: 2.6.0 |
page_attributes_meta_box( $post ) X-Ref |
Displays page attributes form fields. param: WP_Post $post Current post object. since: 2.7.0 |
link_submit_meta_box( $link ) X-Ref |
Displays link create form fields. param: object $link Current link object. since: 2.7.0 |
link_categories_meta_box( $link ) X-Ref |
Displays link categories form fields. param: object $link Current link object. since: 2.6.0 |
link_target_meta_box( $link ) X-Ref |
Displays form fields for changing link target. param: object $link Current link object. since: 2.6.0 |
xfn_check( $xfn_relationship, $xfn_value = '', $deprecated = '' ) X-Ref |
Displays 'checked' checkboxes attribute for XFN microformat options. param: string $xfn_relationship XFN relationship category. Possible values are: param: string $xfn_value Optional. The XFN value to mark as checked param: mixed $deprecated Deprecated. Not used. since: 1.0.1 |
link_xfn_meta_box( $link ) X-Ref |
Displays XFN form fields. param: object $link Current link object. since: 2.6.0 |
link_advanced_meta_box( $link ) X-Ref |
Displays advanced link options form fields. param: object $link Current link object. since: 2.6.0 |
post_thumbnail_meta_box( $post ) X-Ref |
Displays post thumbnail meta box. param: WP_Post $post Current post object. since: 2.9.0 |
attachment_id3_data_meta_box( $post ) X-Ref |
Displays fields for ID3 data. param: WP_Post $post Current 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 Nov 21 01:00:03 2024 | Cross-referenced by PHPXref 0.7.1 |