File/wp-admin/includes/template.php

Description
Classes
Class Description
 class Walker_Category_Checklist
Functions
add_meta_box (line 1161)

add_meta_box() - Add a meta box to an edit form

  • since: 2.5
void add_meta_box (string $id, string $title, string $callback, string $page, [string $context = 'advanced'], [string $priority = 'default'])
  • string $id: String for use in the 'id' attribute of tags.
  • string $title: Title of the meta box
  • string $callback: Function that fills the box with the desired content. The function should echo its output.
  • string $page: The type of edit page on which to show the box (post, page, link)
  • string $context: The context within the page where the boxes should show ('normal', 'advanced')
  • string $priority: The priority within the context where the boxes should show ('high', 'low')
browse_happy (line 1030)
void browse_happy ()
cat_rows (line 8)
void cat_rows ([ $parent = 0], [ $level = 0], [ $categories = 0], [ $page = 1], [ $per_page = 20])
  • $parent
  • $level
  • $categories
  • $page
  • $per_page
checked (line 143)
void checked ( $checked,  $current)
  • $checked
  • $current
display_page_row (line 401)
void display_page_row ( $page, [ $level = 0])
  • $page
  • $level
do_meta_boxes (line 1204)
void do_meta_boxes ( $page,  $context,  $object)
  • $page
  • $context
  • $object
dropdown_categories (line 158)
void dropdown_categories ([ $default = 0], [ $parent = 0], [ $popular_ids = array()])
  • $default
  • $parent
  • $popular_ids
dropdown_link_categories (line 259)
void dropdown_link_categories ([ $default = 0])
  • $default
link_cat_row (line 108)
void link_cat_row ( $category)
  • $category
list_meta (line 838)
void list_meta ( $meta)
  • $meta
meta_form (line 902)
void meta_form ()
page_rows (line 530)
void page_rows ( $pages, [ $pagenum = 1], [ $per_page = 20])
  • $pages
  • $pagenum
  • $per_page
page_template_dropdown (line 992)
void page_template_dropdown ([ $default = ''])
  • $default
parent_dropdown (line 1004)
void parent_dropdown ([ $default = 0], [ $parent = 0], [ $level = 0])
  • $default
  • $parent
  • $level
remove_meta_box (line 1235)

remove_meta_box() - Remove a meta box from an edit form

  • since: 2.6
void remove_meta_box (string $id, string $page, string $context)
  • string $id: String for use in the 'id' attribute of tags.
  • string $page: The type of edit page on which to show the box (post, page, link)
  • string $context: The context within the page where the boxes should show ('normal', 'advanced')
selected (line 148)
void selected ( $selected,  $current)
  • $selected
  • $current
tag_rows (line 314)
void tag_rows ([ $page = 1], [ $pagesize = 20], [ $searchterms = ''])
  • $page
  • $pagesize
  • $searchterms
the_attachment_links (line 1040)
void the_attachment_links ([ $id = false])
  • $id
touch_time (line 948)
void touch_time ([ $edit = 1], [ $for_post = 1], [ $tab_index = 0])
  • $edit
  • $for_post
  • $tab_index
user_row (line 647)
void user_row ( $user_object, [ $style = ''], [ $role = ''])
  • $user_object
  • $style
  • $role
wp_category_checklist (line 189)
void wp_category_checklist ([ $post_id = 0], [ $descendants_and_self = 0], [ $selected_cats = false], [ $popular_cats = false])
  • $post_id
  • $descendants_and_self
  • $selected_cats
  • $popular_cats
wp_convert_bytes_to_hr (line 1108)
void wp_convert_bytes_to_hr ( $bytes)
  • $bytes
wp_convert_hr_to_bytes (line 1096)
void wp_convert_hr_to_bytes ( $size)
  • $size
wp_dropdown_cats (line 817)
void wp_dropdown_cats ([ $currentcat = 0], [ $currentparent = 0], [ $parent = 0], [ $level = 0], [ $categories = 0])
  • $currentcat
  • $currentparent
  • $parent
  • $level
  • $categories
wp_dropdown_roles (line 1083)
void wp_dropdown_roles ([ $default = false])
  • $default
wp_import_upload_form (line 1123)
void wp_import_upload_form ( $action)
  • $action
wp_link_category_checklist (line 265)
void wp_link_category_checklist ([ $link_id = 0])
  • $link_id
wp_manage_media_columns (line 363)
void wp_manage_media_columns ()
wp_manage_pages_columns (line 378)
void wp_manage_pages_columns ()
wp_manage_posts_columns (line 341)
void wp_manage_posts_columns ()
wp_max_upload_size (line 1116)
void wp_max_upload_size ()
wp_popular_terms_checklist (line 230)
void wp_popular_terms_checklist ( $taxonomy, [ $default = 0], [ $number = 10], [ $echo = true])
  • $taxonomy
  • $default
  • $number
  • $echo
wp_remember_old_slug (line 1142)
void wp_remember_old_slug ()
_cat_row (line 76)
void _cat_row ( $category,  $level, [ $name_override = false])
  • $category
  • $level
  • $name_override
_cat_rows (line 13)
void _cat_rows ( $categories,  &$count, [ $parent = 0], [ $level = 0], [ $page = 1], [ $per_page = 20])
  • $categories
  • &$count
  • $parent
  • $level
  • $page
  • $per_page
_list_meta_row (line 860)
void _list_meta_row ( $entry,  &$count)
  • $entry
  • &$count
_page_rows (line 605)
void _page_rows ( &$children_pages,  &$count,  $parent,  $level,  $pagenum,  $per_page)
  • &$children_pages
  • &$count
  • $parent
  • $level
  • $pagenum
  • $per_page
_tag_row (line 294)
void _tag_row ( $tag, [ $class = ''])
  • $tag
  • $class
_wp_comment_row (line 728)
void _wp_comment_row ( $comment_id,  $mode,  $comment_status, [ $checkbox = true])
  • $comment_id
  • $mode
  • $comment_status
  • $checkbox
_wp_get_comment_list (line 692)
void _wp_get_comment_list ([ $status = ''], [ $s = false],  $start,  $num)
  • $status
  • $s
  • $start
  • $num

Documentation generated on Fri, 12 Sep 2008 21:09:20 -0400 by phpDocumentor 1.4.1