Assets::is_admin_settings()
Check if the current page is the admin settings page.
Return
(bool)
Source
File: src/Tickets_Wallet_Plus/Assets.php
public function is_admin_settings(): bool {
return $this->container->make( Tickets_Settings::class )->is_tec_tickets_settings();
}
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |