[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
WordPress Administration Meta Boxes API.
File Size: | 1753 lines (66 kb) |
Included or required: | 3 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 { |
attachment_submit_meta_box( $post ) X-Ref |
Displays attachment submit form fields. param: WP_Post $post Current post object. |
post_format_meta_box( $post, $box ) X-Ref |
Displays post format form elements. param: WP_Post $post Current post object. param: array $box { |
post_tags_meta_box( $post, $box ) X-Ref |
Displays post tags form fields. param: WP_Post $post Current post object. param: array $box { |
post_categories_meta_box( $post, $box ) X-Ref |
Displays post categories form fields. param: WP_Post $post Current post object. param: array $box { |
post_excerpt_meta_box( $post ) X-Ref |
Displays post excerpt form fields. param: WP_Post $post Current post object. |
post_trackback_meta_box( $post ) X-Ref |
Displays trackback links form fields. param: WP_Post $post Current post object. |
post_custom_meta_box( $post ) X-Ref |
Displays custom fields form fields. param: WP_Post $post Current post object. |
post_comment_status_meta_box( $post ) X-Ref |
Displays comments status form fields. param: WP_Post $post Current post object. |
post_comment_meta_box_thead( $result ) X-Ref |
Displays comments for post table header param: array $result Table header rows. return: array |
post_comment_meta_box( $post ) X-Ref |
Displays comments for post. param: WP_Post $post Current post object. |
post_slug_meta_box( $post ) X-Ref |
Displays slug form fields. param: WP_Post $post Current post object. |
post_author_meta_box( $post ) X-Ref |
Displays form field with list of authors. param: WP_Post $post Current post object. |
post_revisions_meta_box( $post ) X-Ref |
Displays list of revisions. param: WP_Post $post Current post object. |
page_attributes_meta_box( $post ) X-Ref |
Displays page attributes form fields. param: WP_Post $post Current post object. |
link_submit_meta_box( $link ) X-Ref |
Displays link create form fields. param: object $link Current link object. |
link_categories_meta_box( $link ) X-Ref |
Displays link categories form fields. param: object $link Current link object. |
link_target_meta_box( $link ) X-Ref |
Displays form fields for changing link target. param: object $link Current link object. |
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. |
link_xfn_meta_box( $link ) X-Ref |
Displays XFN form fields. param: object $link Current link object. |
link_advanced_meta_box( $link ) X-Ref |
Displays advanced link options form fields. param: object $link Current link object. |
post_thumbnail_meta_box( $post ) X-Ref |
Displays post thumbnail meta box. param: WP_Post $post Current post object. |
attachment_id3_data_meta_box( $post ) X-Ref |
Displays fields for ID3 data. param: WP_Post $post Current post object. |
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. |
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |