Add Tools tab, new hosting providers, and Go Pro buttons for Revive.so and MainWP

This commit is contained in:
Marcus Quinn
2025-03-16 23:44:46 +00:00
parent 24d86efb16
commit 1346f2595a
3 changed files with 685 additions and 31 deletions

View File

@ -202,6 +202,38 @@ function wp_allstars_get_pro_plugins_config() {
),
'free_slug' => 'fluentform'
),
'mainwp' => array(
'name' => 'MainWP Pro',
'description' => 'Manage multiple WordPress sites from a single dashboard with advanced features.',
'button_group' => array(
array(
'text' => 'Go Pro',
'url' => 'https://mainwp.com/upgrade/',
'primary' => true
),
array(
'text' => 'Pricing',
'url' => 'https://mainwp.com/purchase/'
)
),
'free_slug' => 'mainwp-child'
),
'revive-so' => array(
'name' => 'Revive.so Pro',
'description' => 'Advanced content optimization and SEO tool for WordPress.',
'button_group' => array(
array(
'text' => 'Go Pro',
'url' => 'https://revive.so/pricing/',
'primary' => true
),
array(
'text' => 'Home Page',
'url' => 'https://revive.so/'
)
),
'free_slug' => 'revive-so'
),
'fluent-support' => array(
'name' => 'Fluent Support Pro',
'description' => 'Premium help desk and support ticket system.',