This function has been deprecated. Use astra_addon_is_amp_endpoint() instead.
astra_pro_is_emp_endpoint()
Deprecating astra_pro_is_emp_endpoint function.
Description
Checking if AMP is setup or not.
See also
Return
(string) page-builder string used for filter astra_get_content_layout
Source
File: classes/deprecated/deprecated-functions.php
function astra_pro_is_emp_endpoint() { return function_exists( 'is_amp_endpoint' ) && is_amp_endpoint(); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.6.2 | Introduced. |