Restore original pro-plugins configuration data with updated function name

This commit is contained in:
Marcus Quinn
2025-03-24 18:58:15 +00:00
parent 9e1c077080
commit f7fb0c6545
2 changed files with 1199 additions and 173 deletions

View File

@ -1,24 +1,9 @@
<?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')) { function wp_allstars_get_pro_plugins() {
exit;
}
/**
* Get pro plugins configuration data
*
* @return array Array of pro plugins with their details
*/
function wp_allstars_get_pro_plugins() {
return array( return array(
'magic-login-pro' => array( 'magic-login-pro' => array(
'name' => 'Magic Login Pro', 'name' => 'Magic Login Pro',
@ -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/'
) )
) ),
'free_slug' => 'media-file-renamer'
), ),
'pixelbuddha' => array( 'ninja-tables' => array(
'name' => 'PixelBuddha PRO', 'name' => 'Ninja Tables Pro',
'description' => 'Premium design assets and templates for WordPress.', '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/'
) )
) ),
'free_slug' => 'ninja-tables'
), ),
'rank-math-pro' => array( 'seo-by-rank-math' => array(
'name' => 'Rank Math PRO', 'name' => 'Rank Math SEO PRO',
'description' => 'Advanced SEO features including schema markup, rank tracking, and content analysis.', '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'
),
'simpletoc-pro' => array(
'name' => 'Simple TOC Pro',
'description' => 'Advanced table of contents with custom designs and display options.',
'button_group' => array(
array(
'text' => 'Home Page',
'url' => 'https://marc.tv/simpletoc-pro/',
'primary' => true
),
array(
'text' => 'Pricing',
'url' => 'https://marc.tv/en/checkout/purchase-history/?level=6'
)
),
'free_slug' => 'simpletoc'
),
'swift-control-pro' => array(
'name' => 'Swift Control Pro',
'description' => 'Advanced admin bar replacement with customizable controls and shortcuts.',
'button_group' => array(
array(
'text' => 'Home Page',
'url' => 'https://swiftcontrolpro.com/',
'primary' => true
),
array(
'text' => 'Pricing',
'url' => 'https://swiftcontrolpro.com/#pricing'
)
),
'free_slug' => 'swift-control'
),
'swiftperformance' => array(
'name' => 'Swift Performance',
'description' => 'Advanced performance optimization with caching, minification, and CDN integration.',
'button_group' => array(
array(
'text' => 'Home Page',
'url' => 'https://swiftperformance.io/',
'primary' => true
),
array(
'text' => 'Pricing',
'url' => 'https://swiftperformance.io/pricing/'
)
),
'free_slug' => 'swift-performance-lite'
),
'wp-rocket' => array(
'name' => 'WP Rocket',
'description' => 'Premium caching and performance plugin with advanced optimization features.',
'button_group' => array(
array(
'text' => 'Home Page',
'url' => 'https://wp-rocket.me/',
'primary' => true
),
array(
'text' => 'Pricing',
'url' => 'https://wp-rocket.me/pricing/'
) )
) )
), ),
'wp-seopress-pro' => array( 'social-engine' => array(
'name' => 'SEOPress Pro', 'name' => 'Social Engine Pro',
'description' => 'Advanced SEO plugin with premium features for optimization and analytics.', 'description' => 'Advanced social media scheduling and management.',
'button_group' => array( 'button_group' => array(
array( array(
'text' => 'Home Page', 'text' => 'Home Page',
'url' => 'https://www.seopress.org/', 'url' => 'https://meowapps.com/plugin/social-engine/',
'primary' => true 'primary' => true
), ),
array( array(
'text' => 'Pricing', 'text' => 'Pricing',
'url' => 'https://www.seopress.org/pricing/' 'url' => 'https://meowapps.com/social-engine-pricing/'
) )
), ),
'free_slug' => 'wp-seopress' 'free_slug' => 'social-engine'
), ),
'woocommerce-color-swatches' => array( 'taxopress' => array(
'name' => 'Variation Swatches for WooCommerce Pro', 'name' => 'TaxoPress Pro',
'description' => 'Advanced color and image swatches for WooCommerce product variations.', 'description' => 'Advanced taxonomy and tag management tools.',
'button_group' => array( 'button_group' => array(
array( array(
'text' => 'Home Page', 'text' => 'Home Page',
'url' => 'https://getwooplugins.com/plugins/woocommerce-variation-swatches/', 'url' => 'https://taxopress.com/',
'primary' => true 'primary' => true
), ),
array( array(
'text' => 'Pricing', 'text' => 'Pricing',
'url' => 'https://getwooplugins.com/plugins/woocommerce-variation-swatches/' 'url' => 'https://taxopress.com/pro/'
)
),
'free_slug' => 'woo-variation-swatches'
),
'woocommerce-subscriptions' => array(
'name' => 'WooCommerce Subscriptions',
'description' => 'Add subscription-based products and recurring payments to WooCommerce.',
'button_group' => array(
array(
'text' => 'Home Page',
'url' => 'https://woocommerce.com/products/woocommerce-subscriptions/',
'primary' => true
),
array(
'text' => 'Pricing',
'url' => 'https://woocommerce.com/products/woocommerce-subscriptions/'
) )
) )
), ),
'woocommerce-wholesale-suite' => array( 'tutor' => array(
'name' => 'WooCommerce Wholesale Suite', 'name' => 'Tutor LMS Pro',
'description' => 'Add wholesale functionality to your WooCommerce store.', 'description' => 'Premium LMS features including certificate builder.',
'button_group' => array( 'button_group' => array(
array( array(
'text' => 'Home Page', 'text' => 'Home Page',
'url' => 'https://wholesalesuiteplugin.com/', 'url' => 'https://www.themeum.com/product/tutor-lms/',
'primary' => true 'primary' => true
), ),
array( array(
'text' => 'Pricing', 'text' => 'Pricing',
'url' => 'https://wholesalesuiteplugin.com/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/'
) )
) )
), ),
'yoast-seo-premium' => array( 'wp-social-ninja' => array(
'name' => 'Yoast SEO Premium', 'name' => 'WP Social Ninja Pro',
'description' => 'Advanced SEO tools with premium features for optimization and content analysis.', 'description' => 'Advanced social media integration and management tools.',
'button_group' => array( 'button_group' => array(
array( array(
'text' => 'Home Page', 'text' => 'Home Page',
'url' => 'https://yoast.com/wordpress/plugins/seo/', 'url' => 'https://wpsocialninja.com/',
'primary' => true 'primary' => true
), ),
array( array(
'text' => 'Pricing', 'text' => 'Pricing',
'url' => 'https://yoast.com/wordpress/plugins/seo/#licenses' 'url' => 'https://wpsocialninja.com/price/'
) )
), ),
'free_slug' => 'wordpress-seo' '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'
) )
); );
} }

View 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'
)
);
}