| @@ -1,8 +1,8 @@ | ||
| 1 | 1 | <?php // phpcs:disable WordPress.WP.CapitalPDangit.MisspelledInComment |
| 2 | 2 | /** |
| 3 | - * Module Name: Backups and Scanning | |
| 4 | - * Module Description: Protect your site with daily or real-time backups and automated virus scanning and threat detection. | |
| 3 | + * Module Name: VaultPress Backup | |
| 4 | + * Module Description: Real-time backups save every change, and one-click restores get you back online quickly. | |
| 5 | 5 | * First Introduced: 0:1.2 |
| 6 | 6 | * Sort Order: 32 |
| 7 | 7 | * Deactivate: false |
| 8 | 8 | * Free: false |
| @@ -11,8 +11,13 @@ | ||
| 11 | 11 | * Feature: Security, Health |
| 12 | 12 | * Additional Search Queries: backup, cloud backup, database backup, restore, wordpress backup, backup plugin, wordpress backup plugin, back up, backup wordpress, backwpup, vaultpress, backups, off-site backups, offsite backup, offsite, off-site, antivirus, malware scanner, security, virus, viruses, prevent viruses, scan, anti-virus, antimalware, protection, safe browsing, malware, wp security, wordpress security |
| 13 | 13 | * Plans: personal, business, premium, security, complete |
| 14 | 14 | */ |
| 15 | + | |
| 16 | +if ( ! defined( 'ABSPATH' ) ) { | |
| 17 | + exit( 0 ); | |
| 18 | +} | |
| 19 | + | |
| 15 | 20 | // phpcs:enable WordPress.WP.CapitalPDangit.MisspelledInComment |
| 16 | 21 | |
| 17 | 22 | add_action( 'jetpack_modules_loaded', 'vaultpress_jetpack_stub' ); |
| 18 | 23 | |