Archive | Functions RSS feed for this section

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

wp_verify_nonce

Verify that correct nonce was used with time limit.The user is given an amount of time to use the token, so therefore, since the UID and $action remain the same, the independent variable is the time.

4259

Continue reading