diff --git a/admin/pro-plugins-config.php b/admin/pro-plugins-config.php index c98c1e1..253372a 100644 --- a/admin/pro-plugins-config.php +++ b/admin/pro-plugins-config.php @@ -223,13 +223,13 @@ function wp_allstars_get_pro_plugins_config() { 'description' => 'Advanced content optimization and SEO tool for WordPress.', 'button_group' => array( array( - 'text' => 'Go Pro', - 'url' => 'https://revive.so/pricing/', + 'text' => 'Home Page', + 'url' => 'https://revive.so/', 'primary' => true ), array( - 'text' => 'Home Page', - 'url' => 'https://revive.so/' + 'text' => 'Pricing', + 'url' => 'https://revive.so/pricing/' ) ), 'free_slug' => 'revive-so' diff --git a/admin/settings.php b/admin/settings.php index 3476186..9047639 100644 --- a/admin/settings.php +++ b/admin/settings.php @@ -265,6 +265,39 @@ function wp_allstars_get_tools() { ) ) ), + 'cloudron' => array( + 'name' => 'Cloudron', + 'description' => 'Self-hosted platform that makes it easy to run web applications like WordPress on your server.', + 'button_group' => array( + array( + 'text' => 'Home Page', + 'url' => 'https://www.cloudron.io/', + 'primary' => true + ) + ) + ), + 'urlmonitor' => array( + 'name' => 'URL Monitor', + 'description' => 'Website monitoring service that tracks uptime, performance, and alerts you to issues.', + 'button_group' => array( + array( + 'text' => 'Home Page', + 'url' => 'https://urlmonitor.com/', + 'primary' => true + ) + ) + ), + 'speedyindex' => array( + 'name' => 'Speedy Index', + 'description' => 'Tool for monitoring website indexing speed and performance in search engines.', + 'button_group' => array( + array( + 'text' => 'Home Page', + 'url' => 'https://en.speedyindex.com/', + 'primary' => true + ) + ) + ), 'windsurf' => array( 'name' => 'Codeium Windsurf', 'description' => 'AI-powered IDE with advanced code completion and generation capabilities.',