| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php // phpcs:ignore WordPress.Files.FileName.InvalidClassFileName |
| 2 | 2 | /** |
| 3 | 3 | * Module Name: Infinite Scroll |
| 4 | - * Module Description: Automatically load new content when a visitor scrolls | |
| 4 | + * Module Description: Automatically load new posts as visitors scroll down your site. | |
| 5 | 5 | * Sort Order: 26 |
| 6 | 6 | * First Introduced: 2.0 |
| 7 | 7 | * Requires Connection: No |
| 8 | 8 | * Auto Activate: No |
| @@ -10,9 +10,14 @@ | ||
| 10 | 10 | * Feature: Appearance |
| 11 | 11 | * Additional Search Queries: scroll, infinite, infinite scroll |
| 12 | 12 | */ |
| 13 | 13 | |
| 14 | +use Automattic\Jetpack\Current_Plan as Jetpack_Plan; | |
| 14 | 15 | use Automattic\Jetpack\Stats\Options as Stats_Options; |
| 16 | + | |
| 17 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 18 | + exit( 0 ); | |
| 19 | +} | |
| 15 | 20 | |
| 16 | 21 | /** |
| 17 | 22 | * Jetpack-specific elements of Infinite Scroll |
| 18 | 23 | */ |