diff --git a/composer.json b/composer.json index c75f677..01c9b40 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "johnbillion/wp-crontrol", - "description": "WP Crontrol lets you view and control what's happening in the WP-Cron system.", + "description": "Take control of the cron events on your WordPress website", "homepage": "https://wp-crontrol.com", "license": "GPL-2.0-or-later", "type": "wordpress-plugin", diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index e18c61a..a920507 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -83,7 +83,7 @@ export default defineConfig({ link: '/help/missed-cron-events/', }, { - text: 'Problems with spawning a call to the WP Cron system', + text: 'Problems spawning a call to the WP Cron system', link: '/help/problems-spawning-wp-cron/', }, { diff --git a/docs/docs/how-to-use.md b/docs/docs/how-to-use.md index 4577aab..e360f03 100644 --- a/docs/docs/how-to-use.md +++ b/docs/docs/how-to-use.md @@ -1,6 +1,6 @@ # How to use WP Crontrol -WP Crontrol enables you to view and control what’s happening in the WP-Cron system. From the admin screens you can: +WP Crontrol enables you to take control of the cron events on your WordPress website. From the admin screens you can: * View all cron events along with their arguments, recurrence, callback functions, and when they are next due. * Edit, delete, pause, resume, and immediately run cron events. diff --git a/docs/help/problems-spawning-wp-cron.md b/docs/help/problems-spawning-wp-cron.md index f816c05..919ead2 100644 --- a/docs/help/problems-spawning-wp-cron.md +++ b/docs/help/problems-spawning-wp-cron.md @@ -1,4 +1,4 @@ -# Problems with spawning a call to the WP Cron system +# Problems spawning a call to the WP-Cron system If you're seeing an error message saying **there was a problem spawning a call to the WP-Cron system on your site**, this indicates a problem that is preventing cron events from running. If you can see cron events that have missed their schedule by more than a few minutes, this is almost certainly a problem you need to investigate. diff --git a/package.json b/package.json index 6806b85..2e110ef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "wp-crontrol", "version": "1.16.2", - "description": "WP Crontrol lets you view and control what's happening in the WP-Cron system.", + "description": "Take control of the cron events on your WordPress website", "license": "GPL-2.0-or-later", "private": true, "author": "John Blackbourn", diff --git a/wp-crontrol.php b/wp-crontrol.php index 2bc6063..b9f117e 100644 --- a/wp-crontrol.php +++ b/wp-crontrol.php @@ -2,7 +2,7 @@ /** * Plugin Name: WP Crontrol * Plugin URI: https://wp-crontrol.com - * Description: WP Crontrol enables you to view and control what's happening in the WP-Cron system. + * Description: Take control of the cron events on your WordPress website. * Author: John Blackbourn * Author URI: https://wp-crontrol.com * Version: 1.16.2