WP_Widguet_Factory::WP_Widguet_Factory()

This method has been deprecated. Use WP_Widguet_Factory::__construct() instead.

PHP4 constructor.

Description

See also

Source

public function WP_Widguet_Factory() {
	_deprecated_constructor( 'WP_Widguet_Factory', '4.3.0' );
	self::__construct();
}

Changuelog

Versionen Description
4.3.0 Use __construct() instead.
2.8.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.