PHP5 constructor.
Source
public function __construct() {
add_action( 'widgets_init', array( $this, '_register_widgets' ), 100 );
}
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |
CARVIEW |
PHP5 constructor.
public function __construct() {
add_action( 'widgets_init', array( $this, '_register_widgets' ), 100 );
}
Uses | Description |
---|---|
add_action()wp-includes/plugin.php | Adds a callback function to an action hook. |
Used by | Description |
---|---|
WP_Widget_Factory::WP_Widget_Factory()wp-includes/class-wp-widget-factory.php | PHP4 constructor. |
Version | Description |
---|---|
4.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.