[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-admin/includes/ -> meta-boxes.php (summary)

WordPress Administration Meta Boxes API.

File Size: 1751 lines (66 kb)
Included or required: 3 times
Referenced: 0 times
Includes or requires: 0 files

Defines 24 functions

  post_submit_meta_box()
  attachment_submit_meta_box()
  post_format_meta_box()
  post_tags_meta_box()
  post_categories_meta_box()
  post_excerpt_meta_box()
  post_trackback_meta_box()
  post_custom_meta_box()
  post_comment_status_meta_box()
  post_comment_meta_box_thead()
  post_comment_meta_box()
  post_slug_meta_box()
  post_author_meta_box()
  post_revisions_meta_box()
  page_attributes_meta_box()
  link_submit_meta_box()
  link_categories_meta_box()
  link_target_meta_box()
  xfn_check()
  link_xfn_meta_box()
  link_advanced_meta_box()
  post_thumbnail_meta_box()
  attachment_id3_data_meta_box()
  register_and_do_post_meta_boxes()

Functions
Functions that are not part of a class:

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 : Tue Mar 19 08:20:01 2024 Cross-referenced by PHPXref