WP_Widget_Factory::get_widget_object()
Method: Returns the registered WP_Widget object for the given widget type.
Source: wp-includes/class-wp-widget-factory.php:115
Method: Returns the registered WP_Widget object for the given widget type.
Source: wp-includes/class-wp-widget-factory.php:115
Method: Returns the registered key for the given widget type.
Source: wp-includes/class-wp-widget-factory.php:132
Method: Un-registers a widget subclass.
Source: wp-includes/class-wp-widget-factory.php:75
Method: Serves as a utility method for adding widgets to the registered widgets global.
Source: wp-includes/class-wp-widget-factory.php:90
Class: Singleton that registers and instantiates WP_Widget classes.
Source: wp-includes/class-wp-widget-factory.php:17
Method: PHP5 constructor.
Source: wp-includes/class-wp-widget-factory.php:32
Method: PHP4 constructor.
Source: wp-includes/class-wp-widget-factory.php:44
Method: Hashes an object, doing fallback of `spl_object_hash()` if not available.
Source: wp-includes/class-wp-widget-factory.php:69
Method: Registers a widget subclass.
Source: wp-includes/class-wp-widget-factory.php:58