aioseo_is_amp_page, false
aioseo_is_amp_page, false
Appears in: all-in-one-seo-pack.5.0.0.1
Hook Type: filter
Displaying hooks found in version: all-in-one-seo-pack.5.0.0.1apply_filters('aioseo_is_amp_page, false') is found 1 times:
- /app/Common/Traits/Helpers/ThirdParty.php line 809
! function_exists( 'ampforwp_is_amp_endpoint' ) && ! function_exists( 'is_amp_wp' ) ) { // If none of the AMP plugin functions are found, return false and allow compatibility with custom implementations. return apply_filters( 'aioseo_is_amp_page', false ); } // AMP plugin requires the `wp` action to be called to function properly, otherwise, it will throw warnings. if ( did_action( 'wp' ) ) { // Check for the "AMP" plugin.