add_meta_box (line
1161)
add_meta_box() - Add a meta box to an edit form
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)
display_page_row (line
401)
void
display_page_row
( $page, [ $level = 0])
do_meta_boxes (line
1204)
void
do_meta_boxes
( $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])
link_cat_row (line
108)
void
link_cat_row
( $category)
list_meta (line
838)
void
list_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 = ''])
parent_dropdown (line
1004)
void
parent_dropdown
([ $default = 0], [ $parent = 0], [ $level = 0])
remove_meta_box (line
1235)
remove_meta_box() - Remove a meta box from an edit form
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)
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])
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)
wp_convert_hr_to_bytes (line
1096)
void
wp_convert_hr_to_bytes
( $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])
wp_import_upload_form (line
1123)
void
wp_import_upload_form
( $action)
wp_link_category_checklist (line
265)
void
wp_link_category_checklist
([ $link_id = 0])
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)
_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 = ''])
_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)