<?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' ); }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
compat | Folder | 0755 |
|
|
content-options | Folder | 0755 |
|
|
js | Folder | 0755 |
|
|
responsive-videos | Folder | 0755 |
|
|
site-logo | Folder | 0755 |
|
|
social-menu | Folder | 0755 |
|
|
content-options.php | File | 8.26 KB | 0644 |
|
devicepx.php | File | 1.4 KB | 0644 |
|
featured-content.php | File | 14.42 KB | 0644 |
|
infinite-scroll.php | File | 541 B | 0644 |
|
responsive-videos.php | File | 6.11 KB | 0644 |
|
site-breadcrumbs.php | File | 4.26 KB | 0644 |
|
site-logo.php | File | 2.68 KB | 0644 |
|
social-links.php | File | 4.68 KB | 0644 |
|
social-menu.php | File | 3.7 KB | 0644 |
|