File Editor
Directories:
.. (Back)
compat
content-options
js
responsive-videos
site-logo
social-menu
Files:
content-options.php
devicepx.php
featured-content.php
infinite-scroll.php
responsive-videos.php
site-breadcrumbs.php
site-logo.php
social-links.php
social-menu.php
Create New File
Create
Edit File: 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' ); }
Save Changes
Rename File
Rename