On this page
WP_Widget_Factory::WP_Widget_Factory()
This method has been deprecated. Use WP_Widget_Factory::__construct() instead.
PHP4 constructor.
Description
See also
Source
File: wp-includes/class-wp-widget-factory.php. View all references
public function WP_Widget_Factory() {
_deprecated_constructor( 'WP_Widget_Factory', '4.3.0' );
self::__construct();
}
Related
Uses
| Uses | Description |
|---|---|
| WP_Widget_Factory::__construct() wp-includes/class-wp-widget-factory.php | PHP5 constructor. |
| _deprecated_constructor() wp-includes/functions.php | Marks a constructor as deprecated and informs when it has been used. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_widget_factory/wp_widget_factory