File/wp-includes/general-template.php

Description
Functions
add_thickbox (line 1197)

Enqueues the default ThickBox js and css.

If any of the settings need to be changed, this can be done with another js file similar to media-upload.js and theme-preview.js. That file should require array('thickbox') to ensure it is loaded after.

void add_thickbox ()
allowed_tags (line 748)
void allowed_tags ()
bloginfo (line 64)
void bloginfo ([ $show = ''])
  • $show
calendar_week_mod (line 540)
void calendar_week_mod ( $num)
  • $num
delete_get_calendar_cache (line 738)
void delete_get_calendar_cache ()
get_archives_link (line 353)
void get_archives_link ( $url,  $text, [ $format = 'html'], [ $before = ''], [ $after = ''])
  • $url
  • $text
  • $format
  • $before
  • $after
get_calendar (line 546)
void get_calendar ([ $initial = true])
  • $initial
get_footer (line 14)
void get_footer ()
get_header (line 5)
void get_header ()
get_post_modified_time (line 848)
void get_post_modified_time ([ $d = 'U'], [ $gmt = false])
  • $d
  • $gmt
get_post_time (line 822)
void get_post_time ([ $d = 'U'], [ $gmt = false])
  • $d
  • $gmt
get_search_query (line 1013)
void get_search_query ()
get_sidebar (line 23)
void get_sidebar ([ $name = null])
  • $name
get_the_generator (line 1222)

Creates the generator XML or Comment for RSS, ATOM, etc.

void get_the_generator ({String} $type)
  • {String} $type: The type of generator to return.
get_the_modified_date (line 799)
void get_the_modified_date ([ $d = ''])
  • $d
get_the_modified_time (line 839)
void get_the_modified_time ([ $d = ''])
  • $d
get_the_time (line 813)
void get_the_time ([ $d = ''])
  • $d
language_attributes (line 1021)
void language_attributes ([ $doctype = 'html'])
  • $doctype
noindex (line 899)
void noindex ()
paginate_links (line 1041)
void paginate_links ([ $args = ''])
  • $args
rich_edit_exists (line 905)
void rich_edit_exists ()
rsd_link (line 890)
void rsd_link ()
single_cat_title (line 289)
void single_cat_title ([ $prefix = ''], [ $display = true])
  • $prefix
  • $display
single_month_title (line 326)
void single_month_title ([ $prefix = ''], [ $display = true])
  • $prefix
  • $display
single_post_title (line 270)
void single_post_title ([ $prefix = ''], [ $display = true])
  • $prefix
  • $display
single_tag_title (line 305)
void single_tag_title ([ $prefix = ''], [ $display = true])
  • $prefix
  • $display
the_date (line 774)
void the_date ([ $d = ''], [ $before = ''], [ $after = ''], [ $echo = true])
  • $d
  • $before
  • $after
  • $echo
the_date_xml (line 767)

*** Date/Time tags ****

void the_date_xml ()
the_editor (line 938)
void the_editor ( $content, [ $id = 'content'], [ $prev_id = 'title'], [ $media_buttons = true], [ $tab_index = 2])
  • $content
  • $id
  • $prev_id
  • $media_buttons
  • $tab_index
the_generator (line 1214)

Outputs the generator XML or Comment for RSS, ATOM, etc.

void the_generator ({String} $type)
  • {String} $type: The type of generator to return.
the_modified_date (line 794)
void the_modified_date ([ $d = ''])
  • $d
the_modified_time (line 834)
void the_modified_time ([ $d = ''])
  • $d
the_search_query (line 1017)
void the_search_query ()
the_time (line 808)
void the_time ([ $d = ''])
  • $d
the_weekday (line 861)
void the_weekday ()
the_weekday_date (line 869)
void the_weekday_date ([ $before = ''], [ $after = ''])
  • $before
  • $after
user_can_richedit (line 912)
void user_can_richedit ()
wlwmanifest_link (line 894)
void wlwmanifest_link ()
wp_admin_css (line 1170)

wp_admin_css() - Enqueues or directly prints a stylesheet link to the specified CSS file.

"Intelligently" decides to enqueue or to print the CSS file. If the wp_print_styles action has *not* yet been called, the CSS file will be enqueued. If the wp_print_styles action *has* been called, the CSS link will be printed. Printing may be forced by passing TRUE as the $force_echo (second) parameter.

For backward compatibility with WordPress 2.3 calling method: If the $file (first) parameter does not correspond to a registered CSS file, we assume $file is a file relative to wp-admin/ without its ".css" extension. A stylesheet link to that generated URL is printed.

  • since: 2.3
  • uses: $wp_styles - WordPress Styles Object
void wp_admin_css ([string $file = 'wp-admin'], [bool $force_echo = false])
  • string $file: Style handle name or file name (without ".css" extension) relative to wp-admin/
  • bool $force_echo: Optional. Force the stylesheet link to be printed rather than enqueued.
wp_admin_css_color (line 1121)
void wp_admin_css_color ( $key,  $name,  $url, [ $colors = array()])
  • $key
  • $name
  • $url
  • $colors
wp_admin_css_uri (line 1138)

wp_admin_css_uri() - Outputs the URL of a WordPress admin CSS file

  • see: WP_Styles::_css_href and its style_loader_src filter.
void wp_admin_css_uri ([string $file = 'wp-admin'])
  • string $file: file relative to wp-admin/ without its ".css" extension.
wp_default_editor (line 929)
void wp_default_editor ()
wp_footer (line 886)
void wp_footer ()
wp_generator (line 1205)

Outputs the XHTML generator that is generated on the wp_head hook.

void wp_generator ()
wp_get_archives (line 373)
void wp_get_archives ([ $args = ''])
  • $args
wp_head (line 882)
void wp_head ()
wp_loginout (line 34)
void wp_loginout ()
wp_meta (line 59)
void wp_meta ()
wp_register (line 44)
void wp_register ([ $before = '<li>'], [ $after = '</li>'])
  • $before
  • $after
wp_title (line 164)
void wp_title ([ $sep = '»'], [ $display = true], [ $seplocation = ''])
  • $sep
  • $display
  • $seplocation

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