Restore original pro-plugins configuration data with updated function name
This commit is contained in:
@ -1,23 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
/**
|
/**
|
||||||
* Pro Plugins Data
|
* Pro Plugins Configuration
|
||||||
*
|
|
||||||
* This file contains the configuration data for premium plugins
|
|
||||||
* displayed in the Pro Plugins tab.
|
|
||||||
*
|
|
||||||
* @package WP_ALLSTARS
|
|
||||||
* @since 0.2.0
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('ABSPATH')) {
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Get pro plugins configuration data
|
|
||||||
*
|
|
||||||
* @return array Array of pro plugins with their details
|
|
||||||
*/
|
|
||||||
function wp_allstars_get_pro_plugins() {
|
function wp_allstars_get_pro_plugins() {
|
||||||
return array(
|
return array(
|
||||||
'magic-login-pro' => array(
|
'magic-login-pro' => array(
|
||||||
@ -215,7 +200,7 @@ function wp_allstars_get_pro_plugins() {
|
|||||||
),
|
),
|
||||||
'fluent-forms' => array(
|
'fluent-forms' => array(
|
||||||
'name' => 'Fluent Forms Pro',
|
'name' => 'Fluent Forms Pro',
|
||||||
'description' => 'Advanced form builder with conversational forms and powerful integrations.',
|
'description' => 'Advanced form builder with premium features.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
@ -225,44 +210,81 @@ function wp_allstars_get_pro_plugins() {
|
|||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://fluentforms.com/pricing/'
|
'url' => 'https://fluentforms.com/pricing/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'PDF Add-on',
|
||||||
|
'url' => 'https://fluentforms.com/modules/pdf-add-on/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'fluentform'
|
'free_slug' => 'fluentform'
|
||||||
),
|
),
|
||||||
'fluent-smtp' => array(
|
'mainwp' => array(
|
||||||
'name' => 'FluentSMTP Pro',
|
'name' => 'MainWP Pro',
|
||||||
'description' => 'Advanced SMTP and email delivery solution with analytics and logs.',
|
'description' => 'Manage multiple WordPress sites from a single dashboard with advanced features.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Go Pro',
|
||||||
'url' => 'https://fluentsmtp.com/',
|
'url' => 'https://mainwp.com/upgrade/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://fluentsmtp.com/pricing/'
|
'url' => 'https://mainwp.com/purchase/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'fluent-smtp'
|
'free_slug' => 'mainwp-child'
|
||||||
),
|
),
|
||||||
'flyingpress' => array(
|
'revive-so' => array(
|
||||||
'name' => 'FlyingPress',
|
'name' => 'Revive.so Pro',
|
||||||
'description' => 'Advanced WordPress performance optimization with automatic critical CSS and more.',
|
'description' => 'Advanced content optimization and SEO tool for WordPress.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://flyingpress.com/',
|
'url' => 'https://revive.so/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://flyingpress.com/pricing/'
|
'url' => 'https://revive.so/pricing/'
|
||||||
)
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'revive-so'
|
||||||
|
),
|
||||||
|
'fluent-support' => array(
|
||||||
|
'name' => 'Fluent Support Pro',
|
||||||
|
'description' => 'Premium help desk and support ticket system.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://fluentsupport.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentsupport.com/pricing/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
'free_slug' => 'fluent-support'
|
||||||
|
),
|
||||||
|
'fluentbooking' => array(
|
||||||
|
'name' => 'FluentBooking Pro',
|
||||||
|
'description' => 'Advanced booking and scheduling system.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://fluentbooking.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentbooking.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'fluent-booking'
|
||||||
|
),
|
||||||
'freesoul-deactivate-plugins' => array(
|
'freesoul-deactivate-plugins' => array(
|
||||||
'name' => 'Freesoul Deactivate Plugins PRO',
|
'name' => 'Freesoul Deactivate Plugins PRO',
|
||||||
'description' => 'Advanced plugin management with selective deactivation and performance optimization.',
|
'description' => 'Advanced plugin management with conditional loading and optimization.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
@ -271,75 +293,81 @@ function wp_allstars_get_pro_plugins() {
|
|||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://freesoul-deactivate-plugins.com/pricing/'
|
'url' => 'https://freesoul-deactivate-plugins.com/pro/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'freesoul-deactivate-plugins'
|
'free_slug' => 'freesoul-deactivate-plugins'
|
||||||
),
|
),
|
||||||
'generateblocks-pro' => array(
|
'kadence-blocks' => array(
|
||||||
'name' => 'GenerateBlocks Pro',
|
'name' => 'Kadence Blocks Pro',
|
||||||
'description' => 'Advanced block library extension with powerful features for GenerateBlocks.',
|
'description' => 'Premium blocks and templates for the WordPress editor.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://generateblocks.com/pro/',
|
'url' => 'https://www.kadencewp.com/kadence-blocks/pro/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://generateblocks.com/pro/#pricing'
|
'url' => 'https://www.kadencewp.com/pricing/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Theme Pro',
|
||||||
|
'url' => 'https://www.kadencewp.com/kadence-theme/pro/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'generateblocks'
|
'free_slug' => 'kadence-blocks'
|
||||||
),
|
),
|
||||||
'oxygen-builder' => array(
|
'link-whisper' => array(
|
||||||
'name' => 'Oxygen Builder',
|
'name' => 'Link Whisper',
|
||||||
'description' => 'Advanced visual website builder with unlimited design flexibility.',
|
'description' => 'AI-powered internal linking suggestions and management.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://oxygenbuilder.com/',
|
'url' => 'https://linkwhisper.com/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://oxygenbuilder.com/pricing/'
|
'url' => 'https://linkwhisper.com/pricing/'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'perfmatters' => array(
|
'media-file-renamer' => array(
|
||||||
'name' => 'Perfmatters',
|
'name' => 'Media File Renamer Pro',
|
||||||
'description' => 'Lightweight performance plugin for WordPress to disable unused features.',
|
'description' => 'AI-Powered media file renaming for better SEO.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://perfmatters.io/',
|
'url' => 'https://meowapps.com/plugin/media-file-renamer/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://perfmatters.io/pricing/'
|
'url' => 'https://meowapps.com/media-file-renamer-pricing/'
|
||||||
)
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'pixelbuddha' => array(
|
'free_slug' => 'media-file-renamer'
|
||||||
'name' => 'PixelBuddha PRO',
|
),
|
||||||
'description' => 'Premium design assets and templates for WordPress.',
|
'ninja-tables' => array(
|
||||||
|
'name' => 'Ninja Tables Pro',
|
||||||
|
'description' => 'Advanced table creation and management with premium features.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://pixelbuddha.net/membership',
|
'url' => 'https://wpmanageninja.com/ninja-tables/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://pixelbuddha.net/membership'
|
'url' => 'https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/'
|
||||||
)
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'rank-math-pro' => array(
|
'free_slug' => 'ninja-tables'
|
||||||
'name' => 'Rank Math PRO',
|
),
|
||||||
'description' => 'Advanced SEO features including schema markup, rank tracking, and content analysis.',
|
'seo-by-rank-math' => array(
|
||||||
|
'name' => 'Rank Math SEO PRO',
|
||||||
|
'description' => 'Advanced SEO tools and features for better search engine optimization.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
@ -353,178 +381,398 @@ function wp_allstars_get_pro_plugins() {
|
|||||||
),
|
),
|
||||||
'free_slug' => 'seo-by-rank-math'
|
'free_slug' => 'seo-by-rank-math'
|
||||||
),
|
),
|
||||||
'self-hosted-google-fonts' => array(
|
'really-simple-ssl' => array(
|
||||||
'name' => 'OMGF Pro',
|
'name' => 'Really Simple SSL Pro',
|
||||||
'description' => 'Advanced control over Google Fonts with local hosting and optimization.',
|
'description' => 'Advanced SSL management and security features.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://daan.dev/wordpress/omgf-pro/',
|
'url' => 'https://really-simple-ssl.com/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://daan.dev/wordpress/omgf-pro/#pricing'
|
'url' => 'https://really-simple-ssl.com/pro/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'host-webfonts-local'
|
'free_slug' => 'really-simple-ssl'
|
||||||
),
|
),
|
||||||
'shortpixel-image-optimizer' => array(
|
'scalability-pro' => array(
|
||||||
'name' => 'ShortPixel Image Optimizer',
|
'name' => 'Scalability Pro',
|
||||||
'description' => 'Premium image optimization with advanced compression algorithms.',
|
'description' => 'Advanced performance optimization and scaling tools.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://shortpixel.com/otp/af/WMBPNHN1231799',
|
'url' => 'https://scalability.pro/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://shortpixel.com/otp/af/WMBPNHN1231799#pricing'
|
'url' => 'https://scalability.pro/#pricing'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'shortpixel-image-optimiser'
|
'social-engine' => array(
|
||||||
),
|
'name' => 'Social Engine Pro',
|
||||||
'simpletoc-pro' => array(
|
'description' => 'Advanced social media scheduling and management.',
|
||||||
'name' => 'Simple TOC Pro',
|
|
||||||
'description' => 'Advanced table of contents with custom designs and display options.',
|
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://marc.tv/simpletoc-pro/',
|
'url' => 'https://meowapps.com/plugin/social-engine/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://marc.tv/en/checkout/purchase-history/?level=6'
|
'url' => 'https://meowapps.com/social-engine-pricing/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'simpletoc'
|
'free_slug' => 'social-engine'
|
||||||
),
|
),
|
||||||
'swift-control-pro' => array(
|
'taxopress' => array(
|
||||||
'name' => 'Swift Control Pro',
|
'name' => 'TaxoPress Pro',
|
||||||
'description' => 'Advanced admin bar replacement with customizable controls and shortcuts.',
|
'description' => 'Advanced taxonomy and tag management tools.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://swiftcontrolpro.com/',
|
'url' => 'https://taxopress.com/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://swiftcontrolpro.com/#pricing'
|
'url' => 'https://taxopress.com/pro/'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'swift-control'
|
'tutor' => array(
|
||||||
),
|
'name' => 'Tutor LMS Pro',
|
||||||
'swiftperformance' => array(
|
'description' => 'Premium LMS features including certificate builder.',
|
||||||
'name' => 'Swift Performance',
|
|
||||||
'description' => 'Advanced performance optimization with caching, minification, and CDN integration.',
|
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://swiftperformance.io/',
|
'url' => 'https://www.themeum.com/product/tutor-lms/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://swiftperformance.io/pricing/'
|
'url' => 'https://www.themeum.com/product/tutor-lms/#pricing'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Certificate Builder',
|
||||||
|
'url' => 'https://www.themeum.com/product/tutor-lms-certificate-builder/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Course Preview',
|
||||||
|
'url' => 'https://www.themeum.com/product/tutor-lms-course-preview/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'swift-performance-lite'
|
'free_slug' => 'tutor'
|
||||||
),
|
),
|
||||||
'wp-rocket' => array(
|
'wp-migrate' => array(
|
||||||
'name' => 'WP Rocket',
|
'name' => 'WP Migrate',
|
||||||
'description' => 'Premium caching and performance plugin with advanced optimization features.',
|
'description' => 'Professional WordPress migration and backup solution.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://wp-rocket.me/',
|
'url' => 'https://deliciousbrains.com/wp-migrate-db-pro/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://wp-rocket.me/pricing/'
|
'url' => 'https://deliciousbrains.com/wp-migrate-db-pro/pricing/'
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'wp-seopress-pro' => array(
|
'wp-social-ninja' => array(
|
||||||
'name' => 'SEOPress Pro',
|
'name' => 'WP Social Ninja Pro',
|
||||||
'description' => 'Advanced SEO plugin with premium features for optimization and analytics.',
|
'description' => 'Advanced social media integration and management tools.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://www.seopress.org/',
|
'url' => 'https://wpsocialninja.com/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://www.seopress.org/pricing/'
|
'url' => 'https://wpsocialninja.com/price/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'wp-seopress'
|
'free_slug' => 'wp-social-ninja'
|
||||||
),
|
),
|
||||||
'woocommerce-color-swatches' => array(
|
'yellow-pencil' => array(
|
||||||
'name' => 'Variation Swatches for WooCommerce Pro',
|
'name' => 'YellowPencil Pro',
|
||||||
'description' => 'Advanced color and image swatches for WooCommerce product variations.',
|
'description' => 'Advanced visual CSS style editor and customization tool.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://getwooplugins.com/plugins/woocommerce-variation-swatches/',
|
'url' => 'https://yellowpencil.waspthemes.com/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://getwooplugins.com/plugins/woocommerce-variation-swatches/'
|
'url' => 'https://yellowpencil.waspthemes.com/pricing/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'woo-variation-swatches'
|
'free_slug' => 'yellow-pencil-visual-theme-customizer'
|
||||||
),
|
),
|
||||||
'woocommerce-subscriptions' => array(
|
'fluent-boards' => array(
|
||||||
'name' => 'WooCommerce Subscriptions',
|
'name' => 'FluentBoards Pro',
|
||||||
'description' => 'Add subscription-based products and recurring payments to WooCommerce.',
|
'description' => 'Advanced dashboard and reporting solution for WordPress.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://woocommerce.com/products/woocommerce-subscriptions/',
|
'url' => 'https://fluentboards.com/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://woocommerce.com/products/woocommerce-subscriptions/'
|
'url' => 'https://fluentboards.com/pricing/'
|
||||||
)
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'woocommerce-wholesale-suite' => array(
|
'free_slug' => 'fluent-boards'
|
||||||
'name' => 'WooCommerce Wholesale Suite',
|
),
|
||||||
'description' => 'Add wholesale functionality to your WooCommerce store.',
|
'fluent-community' => array(
|
||||||
|
'name' => 'FluentCommunity Pro',
|
||||||
|
'description' => 'Advanced community and membership platform for WordPress.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://wholesalesuiteplugin.com/',
|
'url' => 'https://fluentcommunity.co/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://wholesalesuiteplugin.com/pricing/'
|
'url' => 'https://fluentcommunity.co/pricing/'
|
||||||
)
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'yoast-seo-premium' => array(
|
'free_slug' => 'fluent-community'
|
||||||
'name' => 'Yoast SEO Premium',
|
),
|
||||||
'description' => 'Advanced SEO tools with premium features for optimization and content analysis.',
|
'wp-sheet-editor' => array(
|
||||||
|
'name' => 'WP Sheet Editor',
|
||||||
|
'description' => 'Edit WordPress content in spreadsheet-like interface with bulk editing capabilities.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Home Page',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://yoast.com/wordpress/plugins/seo/',
|
'url' => 'https://wpsheeteditor.com/',
|
||||||
|
'primary' => true
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages'
|
||||||
|
),
|
||||||
|
'masterstudy-lms' => array(
|
||||||
|
'name' => 'MasterStudy LMS Pro',
|
||||||
|
'description' => 'Complete learning management system for WordPress with courses, lessons, quizzes, and more.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://stylemixthemes.com/wordpress-lms-plugin/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Pricing',
|
'text' => 'Pricing',
|
||||||
'url' => 'https://yoast.com/wordpress/plugins/seo/#licenses'
|
'url' => 'https://stylemixthemes.com/wordpress-lms-plugin/pricing/'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'wordpress-seo'
|
'free_slug' => 'masterstudy-lms-learning-management-system'
|
||||||
|
),
|
||||||
|
'pretty-link' => array(
|
||||||
|
'name' => 'Pretty Links Pro',
|
||||||
|
'description' => 'Advanced link management, tracking, and marketing tools for WordPress.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://prettylinks.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://prettylinks.com/pricing/plans/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'pretty-link'
|
||||||
|
),
|
||||||
|
'kadence-starter-templates' => array(
|
||||||
|
'name' => 'AI Powered Starter Templates by Kadence WP',
|
||||||
|
'description' => 'Premium AI-powered starter templates for WordPress with advanced customization options.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://www.kadencewp.com/',
|
||||||
|
'primary' => true
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'kadence-starter-templates'
|
||||||
|
),
|
||||||
|
'bit-social' => array(
|
||||||
|
'name' => 'Bit Social Pro',
|
||||||
|
'description' => 'Premium social networking features for WordPress with advanced community building tools.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://bit-social.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://bit-social.com/#pricing'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'bit-social'
|
||||||
|
),
|
||||||
|
'easy-video-reviews' => array(
|
||||||
|
'name' => 'Easy Video Reviews Pro',
|
||||||
|
'description' => 'Premium video review collection and display features for WordPress.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://wppool.dev/easy-video-reviews/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://wppool.dev/easy-video-reviews-pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'easy-video-reviews'
|
||||||
|
),
|
||||||
|
'flying-press' => array(
|
||||||
|
'name' => 'Flying Press',
|
||||||
|
'description' => 'Advanced WordPress performance optimization and speed enhancement suite.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://flyingpress.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://flyingpress.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => ['flying-analytics', 'flying-pages', 'flying-scripts']
|
||||||
|
),
|
||||||
|
'translatepress' => array(
|
||||||
|
'name' => 'TranslatePress Pro',
|
||||||
|
'description' => 'Advanced WordPress translation plugin with premium features for multilingual websites.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://translatepress.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://translatepress.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'translatepress-multilingual'
|
||||||
|
),
|
||||||
|
'hreflang-manager' => array(
|
||||||
|
'name' => 'Hreflang Manager Pro',
|
||||||
|
'description' => 'Advanced hreflang tag management for multilingual and multi-regional WordPress websites.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://daext.com/hreflang-manager/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://daext.com/hreflang-manager/#pricing'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'hreflang-manager-lite'
|
||||||
|
),
|
||||||
|
'automatorwp' => array(
|
||||||
|
'name' => 'AutomatorWP Pro',
|
||||||
|
'description' => 'Advanced WordPress automation toolkit with premium integrations and features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://automatorwp.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://automatorwp.com/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Integrations',
|
||||||
|
'url' => 'https://automatorwp.com/all-triggers-and-actions/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'automatorwp'
|
||||||
|
),
|
||||||
|
'bit-integrations' => array(
|
||||||
|
'name' => 'Bit Integrations Pro',
|
||||||
|
'description' => 'Advanced WordPress integration platform with premium connectors and automation features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://bit-integrations.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://bit-integrations.com/#pricing'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Integrations',
|
||||||
|
'url' => 'https://bit-integrations.com/all-integrations/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'bit-integrations'
|
||||||
|
),
|
||||||
|
'bit-flows' => array(
|
||||||
|
'name' => 'Bit Flows Pro',
|
||||||
|
'description' => 'Advanced workflow automation platform for WordPress with premium features and integrations.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://bit-flows.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://bit-flows.com/pricing/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Integrations',
|
||||||
|
'url' => 'https://bit-flows.com/integrations-list/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'bit-pi'
|
||||||
|
),
|
||||||
|
'yellow-pencil' => array(
|
||||||
|
'name' => 'Yellow Pencil Pro',
|
||||||
|
'description' => 'Advanced visual CSS style editor for WordPress with premium features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://yellowpencil.waspthemes.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://codecanyon.net/item/yellow-pencil-visual-css-style-editor/11322180'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'yellow-pencil-visual-theme-customizer'
|
||||||
|
),
|
||||||
|
'gotmls' => array(
|
||||||
|
'name' => 'Anti-Malware Pro',
|
||||||
|
'description' => 'Advanced WordPress malware scanner and security toolkit with premium features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://gotmls.net/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://gotmls.net/donate/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'gotmls'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
778
admin/pro-plugins-config.php
Normal file
778
admin/pro-plugins-config.php
Normal file
@ -0,0 +1,778 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Pro Plugins Configuration
|
||||||
|
*/
|
||||||
|
|
||||||
|
function wp_allstars_get_pro_plugins_config() {
|
||||||
|
return array(
|
||||||
|
'magic-login-pro' => array(
|
||||||
|
'name' => 'Magic Login Pro',
|
||||||
|
'description' => 'Enable passwordless authentication with magic login links and enhance WordPress site security.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://handyplugins.co/magic-login-pro/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://handyplugins.co/magic-login-pro/#pricing'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'magic-login'
|
||||||
|
),
|
||||||
|
'admin-columns' => array(
|
||||||
|
'name' => 'Admin Columns Pro',
|
||||||
|
'description' => 'Advanced admin columns management with sorting, filtering, and editing capabilities.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://www.admincolumns.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://www.admincolumns.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'codepress-admin-columns'
|
||||||
|
),
|
||||||
|
'admin-menu-editor' => array(
|
||||||
|
'name' => 'Admin Menu Editor Pro',
|
||||||
|
'description' => 'Customize the WordPress admin menu with advanced features and role management.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://adminmenueditor.com/upgrade-to-pro/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://adminmenueditor.com/upgrade-to-pro/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'admin-menu-editor'
|
||||||
|
),
|
||||||
|
'advanced-custom-fields' => array(
|
||||||
|
'name' => 'Advanced Custom Fields PRO',
|
||||||
|
'description' => 'Create custom fields and content types with advanced features and options.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://www.advancedcustomfields.com/pro/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://www.advancedcustomfields.com/pro/#pricing'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'advanced-custom-fields'
|
||||||
|
),
|
||||||
|
'advanced-database-cleaner' => array(
|
||||||
|
'name' => 'Advanced Database Cleaner PRO',
|
||||||
|
'description' => 'Clean and optimize your WordPress database with advanced tools and automation.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://sigmaplugin.com/downloads/wordpress-advanced-database-cleaner',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://sigmaplugin.com/downloads/wordpress-advanced-database-cleaner/#price_table'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'advanced-database-cleaner'
|
||||||
|
),
|
||||||
|
'ai-engine' => array(
|
||||||
|
'name' => 'AI Engine (Pro)',
|
||||||
|
'description' => 'Enhanced AI capabilities for content generation, analysis, and automation.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://meowapps.com/plugin/ai-engine/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://meowapps.com/ai-engine-pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'ai-engine'
|
||||||
|
),
|
||||||
|
'code-profiler' => array(
|
||||||
|
'name' => 'Code Profiler Pro',
|
||||||
|
'description' => 'Advanced performance monitoring and debugging tools for WordPress.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://codeprofiler.io/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://codeprofiler.io/#pricing'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'code-snippets' => array(
|
||||||
|
'name' => 'Code Snippets Pro',
|
||||||
|
'description' => 'Add and manage custom code snippets with advanced features and management tools.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://codesnippets.pro/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://codesnippets.pro/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'code-snippets'
|
||||||
|
),
|
||||||
|
'comment-goblin' => array(
|
||||||
|
'name' => 'Comment Goblin',
|
||||||
|
'description' => 'Advanced comment management and spam protection system.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://commentgoblin.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://commentgoblin.com/#pricing'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'complianz-gdpr' => array(
|
||||||
|
'name' => 'Complianz Privacy Suite',
|
||||||
|
'description' => 'Complete GDPR/CCPA compliance solution with advanced features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://complianz.io/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://complianz.io/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'complianz-gdpr'
|
||||||
|
),
|
||||||
|
'disable-bloat' => array(
|
||||||
|
'name' => 'Disable Bloat PRO',
|
||||||
|
'description' => 'Advanced optimization for WordPress & WooCommerce with premium features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://disablebloat.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://disablebloat.com/#pricing'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'fluent-crm' => array(
|
||||||
|
'name' => 'FluentCRM Pro',
|
||||||
|
'description' => 'Advanced CRM and email marketing automation.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://fluentcrm.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentcrm.com/pricing/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Automation Pack',
|
||||||
|
'url' => 'https://fluentcrm.com/modules/automation-pack/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'fluent-crm'
|
||||||
|
),
|
||||||
|
'fluent-forms' => array(
|
||||||
|
'name' => 'Fluent Forms Pro',
|
||||||
|
'description' => 'Advanced form builder with premium features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://fluentforms.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentforms.com/pricing/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'PDF Add-on',
|
||||||
|
'url' => 'https://fluentforms.com/modules/pdf-add-on/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'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' => 'Home Page',
|
||||||
|
'url' => 'https://revive.so/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://revive.so/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'revive-so'
|
||||||
|
),
|
||||||
|
'fluent-support' => array(
|
||||||
|
'name' => 'Fluent Support Pro',
|
||||||
|
'description' => 'Premium help desk and support ticket system.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://fluentsupport.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentsupport.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'fluent-support'
|
||||||
|
),
|
||||||
|
'fluentbooking' => array(
|
||||||
|
'name' => 'FluentBooking Pro',
|
||||||
|
'description' => 'Advanced booking and scheduling system.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://fluentbooking.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentbooking.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'fluent-booking'
|
||||||
|
),
|
||||||
|
'freesoul-deactivate-plugins' => array(
|
||||||
|
'name' => 'Freesoul Deactivate Plugins PRO',
|
||||||
|
'description' => 'Advanced plugin management with conditional loading and optimization.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://freesoul-deactivate-plugins.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://freesoul-deactivate-plugins.com/pro/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'freesoul-deactivate-plugins'
|
||||||
|
),
|
||||||
|
'kadence-blocks' => array(
|
||||||
|
'name' => 'Kadence Blocks Pro',
|
||||||
|
'description' => 'Premium blocks and templates for the WordPress editor.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://www.kadencewp.com/kadence-blocks/pro/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://www.kadencewp.com/pricing/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Theme Pro',
|
||||||
|
'url' => 'https://www.kadencewp.com/kadence-theme/pro/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'kadence-blocks'
|
||||||
|
),
|
||||||
|
'link-whisper' => array(
|
||||||
|
'name' => 'Link Whisper',
|
||||||
|
'description' => 'AI-powered internal linking suggestions and management.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://linkwhisper.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://linkwhisper.com/pricing/'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'media-file-renamer' => array(
|
||||||
|
'name' => 'Media File Renamer Pro',
|
||||||
|
'description' => 'AI-Powered media file renaming for better SEO.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://meowapps.com/plugin/media-file-renamer/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://meowapps.com/media-file-renamer-pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'media-file-renamer'
|
||||||
|
),
|
||||||
|
'ninja-tables' => array(
|
||||||
|
'name' => 'Ninja Tables Pro',
|
||||||
|
'description' => 'Advanced table creation and management with premium features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://wpmanageninja.com/ninja-tables/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'ninja-tables'
|
||||||
|
),
|
||||||
|
'seo-by-rank-math' => array(
|
||||||
|
'name' => 'Rank Math SEO PRO',
|
||||||
|
'description' => 'Advanced SEO tools and features for better search engine optimization.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://rankmath.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://rankmath.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'seo-by-rank-math'
|
||||||
|
),
|
||||||
|
'really-simple-ssl' => array(
|
||||||
|
'name' => 'Really Simple SSL Pro',
|
||||||
|
'description' => 'Advanced SSL management and security features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://really-simple-ssl.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://really-simple-ssl.com/pro/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'really-simple-ssl'
|
||||||
|
),
|
||||||
|
'scalability-pro' => array(
|
||||||
|
'name' => 'Scalability Pro',
|
||||||
|
'description' => 'Advanced performance optimization and scaling tools.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://scalability.pro/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://scalability.pro/#pricing'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'social-engine' => array(
|
||||||
|
'name' => 'Social Engine Pro',
|
||||||
|
'description' => 'Advanced social media scheduling and management.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://meowapps.com/plugin/social-engine/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://meowapps.com/social-engine-pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'social-engine'
|
||||||
|
),
|
||||||
|
'taxopress' => array(
|
||||||
|
'name' => 'TaxoPress Pro',
|
||||||
|
'description' => 'Advanced taxonomy and tag management tools.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://taxopress.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://taxopress.com/pro/'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'tutor' => array(
|
||||||
|
'name' => 'Tutor LMS Pro',
|
||||||
|
'description' => 'Premium LMS features including certificate builder.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://www.themeum.com/product/tutor-lms/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://www.themeum.com/product/tutor-lms/#pricing'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Certificate Builder',
|
||||||
|
'url' => 'https://www.themeum.com/product/tutor-lms-certificate-builder/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Course Preview',
|
||||||
|
'url' => 'https://www.themeum.com/product/tutor-lms-course-preview/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'tutor'
|
||||||
|
),
|
||||||
|
'wp-migrate' => array(
|
||||||
|
'name' => 'WP Migrate',
|
||||||
|
'description' => 'Professional WordPress migration and backup solution.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://deliciousbrains.com/wp-migrate-db-pro/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://deliciousbrains.com/wp-migrate-db-pro/pricing/'
|
||||||
|
)
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'wp-social-ninja' => array(
|
||||||
|
'name' => 'WP Social Ninja Pro',
|
||||||
|
'description' => 'Advanced social media integration and management tools.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://wpsocialninja.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://wpsocialninja.com/price/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'wp-social-ninja'
|
||||||
|
),
|
||||||
|
'yellow-pencil' => array(
|
||||||
|
'name' => 'YellowPencil Pro',
|
||||||
|
'description' => 'Advanced visual CSS style editor and customization tool.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://yellowpencil.waspthemes.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://yellowpencil.waspthemes.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'yellow-pencil-visual-theme-customizer'
|
||||||
|
),
|
||||||
|
'fluent-boards' => array(
|
||||||
|
'name' => 'FluentBoards Pro',
|
||||||
|
'description' => 'Advanced dashboard and reporting solution for WordPress.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://fluentboards.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentboards.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'fluent-boards'
|
||||||
|
),
|
||||||
|
'fluent-community' => array(
|
||||||
|
'name' => 'FluentCommunity Pro',
|
||||||
|
'description' => 'Advanced community and membership platform for WordPress.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://fluentcommunity.co/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentcommunity.co/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'fluent-community'
|
||||||
|
),
|
||||||
|
'wp-sheet-editor' => array(
|
||||||
|
'name' => 'WP Sheet Editor',
|
||||||
|
'description' => 'Edit WordPress content in spreadsheet-like interface with bulk editing capabilities.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://wpsheeteditor.com/',
|
||||||
|
'primary' => true
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'wp-sheet-editor-bulk-spreadsheet-editor-for-posts-and-pages'
|
||||||
|
),
|
||||||
|
'masterstudy-lms' => array(
|
||||||
|
'name' => 'MasterStudy LMS Pro',
|
||||||
|
'description' => 'Complete learning management system for WordPress with courses, lessons, quizzes, and more.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://stylemixthemes.com/wordpress-lms-plugin/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://stylemixthemes.com/wordpress-lms-plugin/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'masterstudy-lms-learning-management-system'
|
||||||
|
),
|
||||||
|
'pretty-link' => array(
|
||||||
|
'name' => 'Pretty Links Pro',
|
||||||
|
'description' => 'Advanced link management, tracking, and marketing tools for WordPress.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://prettylinks.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://prettylinks.com/pricing/plans/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'pretty-link'
|
||||||
|
),
|
||||||
|
'kadence-starter-templates' => array(
|
||||||
|
'name' => 'AI Powered Starter Templates by Kadence WP',
|
||||||
|
'description' => 'Premium AI-powered starter templates for WordPress with advanced customization options.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://www.kadencewp.com/',
|
||||||
|
'primary' => true
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'kadence-starter-templates'
|
||||||
|
),
|
||||||
|
'bit-social' => array(
|
||||||
|
'name' => 'Bit Social Pro',
|
||||||
|
'description' => 'Premium social networking features for WordPress with advanced community building tools.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://bit-social.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://bit-social.com/#pricing'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'bit-social'
|
||||||
|
),
|
||||||
|
'easy-video-reviews' => array(
|
||||||
|
'name' => 'Easy Video Reviews Pro',
|
||||||
|
'description' => 'Premium video review collection and display features for WordPress.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://wppool.dev/easy-video-reviews/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://wppool.dev/easy-video-reviews-pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'easy-video-reviews'
|
||||||
|
),
|
||||||
|
'flying-press' => array(
|
||||||
|
'name' => 'Flying Press',
|
||||||
|
'description' => 'Advanced WordPress performance optimization and speed enhancement suite.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://flyingpress.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://flyingpress.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => ['flying-analytics', 'flying-pages', 'flying-scripts']
|
||||||
|
),
|
||||||
|
'translatepress' => array(
|
||||||
|
'name' => 'TranslatePress Pro',
|
||||||
|
'description' => 'Advanced WordPress translation plugin with premium features for multilingual websites.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://translatepress.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://translatepress.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'translatepress-multilingual'
|
||||||
|
),
|
||||||
|
'hreflang-manager' => array(
|
||||||
|
'name' => 'Hreflang Manager Pro',
|
||||||
|
'description' => 'Advanced hreflang tag management for multilingual and multi-regional WordPress websites.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://daext.com/hreflang-manager/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://daext.com/hreflang-manager/#pricing'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'hreflang-manager-lite'
|
||||||
|
),
|
||||||
|
'automatorwp' => array(
|
||||||
|
'name' => 'AutomatorWP Pro',
|
||||||
|
'description' => 'Advanced WordPress automation toolkit with premium integrations and features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://automatorwp.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://automatorwp.com/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Integrations',
|
||||||
|
'url' => 'https://automatorwp.com/all-triggers-and-actions/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'automatorwp'
|
||||||
|
),
|
||||||
|
'bit-integrations' => array(
|
||||||
|
'name' => 'Bit Integrations Pro',
|
||||||
|
'description' => 'Advanced WordPress integration platform with premium connectors and automation features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://bit-integrations.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://bit-integrations.com/#pricing'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Integrations',
|
||||||
|
'url' => 'https://bit-integrations.com/all-integrations/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'bit-integrations'
|
||||||
|
),
|
||||||
|
'bit-flows' => array(
|
||||||
|
'name' => 'Bit Flows Pro',
|
||||||
|
'description' => 'Advanced workflow automation platform for WordPress with premium features and integrations.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://bit-flows.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://bit-flows.com/pricing/'
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Integrations',
|
||||||
|
'url' => 'https://bit-flows.com/integrations-list/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'bit-pi'
|
||||||
|
),
|
||||||
|
'yellow-pencil' => array(
|
||||||
|
'name' => 'Yellow Pencil Pro',
|
||||||
|
'description' => 'Advanced visual CSS style editor for WordPress with premium features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://yellowpencil.waspthemes.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://codecanyon.net/item/yellow-pencil-visual-css-style-editor/11322180'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'yellow-pencil-visual-theme-customizer'
|
||||||
|
),
|
||||||
|
'gotmls' => array(
|
||||||
|
'name' => 'Anti-Malware Pro',
|
||||||
|
'description' => 'Advanced WordPress malware scanner and security toolkit with premium features.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://gotmls.net/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://gotmls.net/donate/'
|
||||||
|
)
|
||||||
|
),
|
||||||
|
'free_slug' => 'gotmls'
|
||||||
|
)
|
||||||
|
);
|
||||||
|
}
|
Reference in New Issue
Block a user