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();
}


User Contributed Notes

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