Elementor::is_elementor_template( string $elementor_template_type )
Is the current page has an elementor template. Looks if the an Elementor template is applied to the current page or not.
Parameters
- $elementor_template_type
-
(Required) valid types: single_product|product_archive (keys of the self::ELEMENTOR_TEMPLATE_TYPES const array). To available params; see keys of the self::ELEMENTOR_TEMPLATE_TYPES array.
Return
(bool)
Source
File: inc/compatibility/elementor.php
Expand full source code Collapse full source code View on Github