apply_filters( 'astra_is_astra_customizer', bool $is_astra_customizer )
Allow third-party plugins to bail early from Astra customizer.
Description
Parameters
- $is_astra_customizer
-
(bool) Whether the current request is for Astra customizer.
Return
(bool) True if it is Astra customizer, false otherwise.
Source
Changelog
| Version | Description |
|---|---|
| 4.11.16 | Introduced. |