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

File: inc/customizer/class-astra-customizer.php

View on Trac


Changelog

Changelog
Version Description
4.11.16 Introduced.


User Contributed Notes

You must log in before being able to contribute a note or feedback.