infinite_scroll_got_infinity, isset( $_GET[infinity]

infinite_scroll_got_infinity, isset( $_GET[infinity]

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('infinite_scroll_got_infinity, isset( $_GET[infinity]') is found 1 times:

  • /modules/infinite-scroll/infinity.php line 366
    		 * @since 3.9.0
    		 *
    		 * @param bool isset( $_GET[ 'infinity' ] ) Return true if the "infinity" parameter is set.
    		 */
    		return apply_filters( 'infinite_scroll_got_infinity', isset( $_GET['infinity'] ) ); // phpcs:ignore WordPress.Security.NonceVerification.Recommended -- no changes made to the site.
    	}
    
    	/**
    	 * Is this guaranteed to be the last batch of posts?
    	 */
    	public static function is_last_batch() {