Tribe__Assets::__construct()
Register the Methods in the correct places.
Source
File: src/Tribe/Assets.php
public function __construct() {
// Hook the actual registering of
add_action( 'init', array( $this, 'register_in_wp' ), 1, 0 );
}
Changelog
| Version | Description |
|---|---|
| 4.3 | Introduced. |