WP_Widget_Factory::WP_Widget_Factory()

PHP4 constructor.


Description Description


Source Source

File: wp-includes/class-wp-widget-factory.php

	public function WP_Widget_Factory() {
		_deprecated_constructor( 'WP_Widget_Factory', '4.2.0' );
		self::__construct();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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