WP_Widget_Factory::__construct()

PHP5 constructor.


Description Description


Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
4.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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