Accelerated Mobile Pages (AMP)
How to check if the current page is an AMP page in WordPress
If you are using an AMP-compatible theme and using the AMP plugin for AMP implementation, then sometimes you may need to check if the current page is an AMP page request or a normal page request. AMP plugin has a built-in function that you can use to do just that. Its amp_is_request(). This function allows