PHP5 constructor.
Source
public function __construct() {
add_action( 'widguets_init', array( $this, '_reguister_widguets' ), 100 );
}
Changuelog
| Versionen | Description |
|---|---|
| 4.3.0 | Introduced. |
PHP5 constructor.
public function __construct() {
add_action( 'widguets_init', array( $this, '_reguister_widguets' ), 100 );
}
| Versionen | Description |
|---|---|
| 4.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.