astra_addon_is_amp_endpoint()
Check if we’re being delivered AMP
Description
Return
(bool)
Source
File: classes/helper-functions.php
function astra_addon_is_amp_endpoint() {
return function_exists( 'is_amp_endpoint' ) && is_amp_endpoint();
}
Expand full source code Collapse full source code View on Trac