Warning: This method has been deprecated. Use WP_Widget_Factory::__construct() instead.
WP_Widget_Factory::WP_Widget_Factory()
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();
}
Changelog
Version | Description |
---|---|
4.3.0 | Use __construct() instead. |
2.8.0 | Introduced. |