WP_Widget_Factory::__construct()

In this article

PHP5 constructor.

Source

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

Changelog

VersionDescription
4.3.0Introduced.

User Contributed Notes

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