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