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 );
}
Expand full source code Collapse full source code View on Trac
Changelog Changelog
| Version | Description |
|---|---|
| 4.3.0 | Introduced. |