WP_Widget_Factory::__construct()
PHP5 constructor.
Welcome to the WPPaste WordPress Method index. This page contains a an alphabetically sorted list of methods that are available for use in WordPress. Each method has a brief description of what it does and how it can be used. To find out more about a particular method, simply click on the method name.
PHP5 constructor.
Serves as a utility method for adding widgets to the registered widgets global.
Returns the registered key for the given widget type.
Returns the registered WP_Widget object for the given widget type.
Registers a widget subclass.
Un-registers a widget subclass.
PHP4 constructor.
Whether the current widget is rendered on the page.
Override render_content to be no-op since content is exported via to_json for deferred embedding.
Gather control params for exporting to JavaScript.