Controller::should_load_admin_styles()
Checks if the admin styles should be loaded.
Return
(bool)
Source
File: src/Events/Integrations/Plugins/Elementor/Controller.php
public function should_load_admin_styles(): bool {
return \Tribe__Admin__Helpers::instance()->is_post_type_screen( TEC::POSTTYPE );
}
Changelog
| Version | Description |
|---|---|
| 6.4.0 | Introduced. |