Tribe__Main::load_tec_variables()
Ensure that the customizer styles get the variables they need.
Source
File: src/Tribe/Main.php
public function load_tec_variables() {
tribe_asset_enqueue( 'tec-variables-skeleton' );
tribe_asset_enqueue( 'tec-variables-full' );
}
Changelog
| Version | Description |
|---|---|
| 4.14.13 | Introduced. |