Elementor::has_template( string $elementor_template_type )
Checks if the site has Elementor template as independent from current post ID.
Description
The method was designed to use in customizer. ! Do not use it outside of the customizer.
Parameters
- $elementor_template_type
-
(Required) valid types: single_product|product_archive (keys of the self::ELEMENTOR_TEMPLATE_TYPES const array).
Return
(bool)
Source
File: inc/compatibility/elementor.php
Expand full source code Collapse full source code View on Github