WP_Widget_Factory::__construct()

PHP5 constructor.


Source

File: wp-includes/class-wp-widget-factory.php. View all references

public function __construct() {
	add_action( 'widgets_init', array( $this, '_register_widgets' ), 100 );
}


Top ↑

Changelog

Changelog
Version Description
4.3.0 Introduced.

Top ↑

User Contributed Notes

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