jetpack_is_amp_request, $is_amp_request

jetpack_is_amp_request, $is_amp_request

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_is_amp_request, $is_amp_request') is found 3 times:

  • /3rd-party/class.jetpack-amp-support.php line 116
    		 * @since 6.2.0
    		 *
    		 * @param boolean $is_amp_request Is this request supposed to return valid AMP content?
    		 */
    		return apply_filters( 'jetpack_is_amp_request', $is_amp_request );
    	}
    
    	/**
    	 * Determines whether the legacy AMP post templates are being used.
    	 *
    	 * @since 10.6.0
    
  • /jetpack_vendor/automattic/jetpack-blocks/src/class-blocks.php line 412
    	public static function is_amp_request() {
    		$is_amp_request = ( function_exists( 'is_amp_endpoint' ) && is_amp_endpoint() );
    
    		/** This filter is documented in 3rd-party/class.jetpack-amp-support.php */
    		return apply_filters( 'jetpack_is_amp_request', $is_amp_request );
    	}
    
    	/**
    	 * Is the current theme an FSE/Site Editor theme.
    	 *
    	 * @since 1.4.0
    
  • /jetpack_vendor/automattic/jetpack-stats/src/class-tracking-pixel.php line 436

    Warning: Undefined array key 438 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 439 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 440 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 441 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    		 * @since 6.2.0
    		 *
    		 * @param boolean $is_amp_request Is this request supposed to return valid AMP content?
    		 */
    		return apply_filters( 'jetpack_is_amp_request', $is_amp_request );
    	}
    }