Archive | Functions by letter w RSS feed for this section

wp_widget_description

Retrieve description for widget.When registering widgets, the options can also include ‘description’ that describes the widget for display on the widget administration panel or in the theme.

4269

Continue reading

wp_widget_control

Meta widget used to display the control form for a widget.Called from dynamic_sidebar().

4267

Continue reading

wp_widgets_init

Register all of the default WordPress widgets on startup.Calls ‘widgets_init’ action after all of the WordPress widgets have been registered.

4265

Continue reading

wp_version_check

Check WordPress version against the newest version.The WordPress version, PHP version, and Locale is sent. Checks against the WordPress server at api.wordpress.org server. Will only check if WordPress isn’t installing.

4261

Continue reading