Filter by type:
Search
Skip to content
Browse: Home / Functions / astra_is_amp_endpoint()

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


User Contributed Notes

You must log in before being able to contribute a note or feedback.