HEX
Server: Apache
System: Linux webd003.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: slyfwmm (169339)
PHP: 8.1.34
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/slyfwmm/laretediclo/wp-content/plugins/jetpack/modules/theme-tools/infinite-scroll.php
<?php
/**
 * Theme Tools: Infinite Scroll functions.
 *
 * @package automattic/jetpack
 */

/**
 * The function doesn't do anything.
 *
 * @deprecated 13.9
 *
 * @return void
 */
function jetpack_load_infinite_scroll_annotation() {}

/**
 * Prevent IS from being activated if theme doesn't support it
 *
 * @deprecated 13.9 The function is no longer in use.
 *
 * @filter jetpack_can_activate_infinite-scroll
 * @return bool
 */
function jetpack_can_activate_infinite_scroll() {
	return (bool) current_theme_supports( 'infinite-scroll' );
}