HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/appointmentbook.me/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' );
}