[ Index ]

PHP Cross Reference of Wordpress 2.9.1

title

Body

[close]

/wp-admin/includes/ -> widgets.php (summary)

WordPress Widgets Administration API

File Size: 220 lines (8 kb)
Included or required: 1 time
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  wp_list_widgets()
  wp_list_widget_controls()
  wp_list_widget_controls_dynamic_sidebar()
  next_widget_id_number()
  wp_widget_control()

Functions
Functions that are not part of a class:

wp_list_widgets()   X-Ref
Display list of the available widgets, either all or matching search.

The search parameter are search terms separated by spaces.

param: string $show Optional, default is all. What to display, can be 'all', 'unused', or 'used'.
param: string $_search Optional. Search for widgets. Should be unsanitized.

wp_list_widget_controls( $sidebar )   X-Ref
Show the widgets and their settings for a sidebar.
Used in the the admin widget config screen.

param: string $sidebar id slug of the sidebar

wp_list_widget_controls_dynamic_sidebar( $params )   X-Ref
{@internal Missing Short Description}}

param: array $params
return: array

next_widget_id_number($id_base)   X-Ref
No description

wp_widget_control( $sidebar_args )   X-Ref
Meta widget used to display the control form for a widget.

Called from dynamic_sidebar().

param: array $sidebar_args
return: array



Generated: Fri Jan 8 00:19:48 2010 Cross-referenced by PHPXref 0.7