Update latest code changes
This commit is contained in:
@ -8,68 +8,172 @@ function wp_allstars_get_pro_plugins_config() {
|
|||||||
'admin-columns' => array(
|
'admin-columns' => array(
|
||||||
'name' => 'Admin Columns Pro',
|
'name' => 'Admin Columns Pro',
|
||||||
'description' => 'Advanced admin columns management with sorting, filtering, and editing capabilities.',
|
'description' => 'Advanced admin columns management with sorting, filtering, and editing capabilities.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
'url' => 'https://www.admincolumns.com/',
|
'url' => 'https://www.admincolumns.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://www.admincolumns.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
'free_slug' => 'codepress-admin-columns'
|
'free_slug' => 'codepress-admin-columns'
|
||||||
),
|
),
|
||||||
'admin-menu-editor' => array(
|
'admin-menu-editor' => array(
|
||||||
'name' => 'Admin Menu Editor Pro',
|
'name' => 'Admin Menu Editor Pro',
|
||||||
'description' => 'Customize the WordPress admin menu with advanced features and role management.',
|
'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/',
|
'url' => 'https://adminmenueditor.com/upgrade-to-pro/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://adminmenueditor.com/upgrade-to-pro/'
|
||||||
|
)
|
||||||
|
),
|
||||||
'free_slug' => 'admin-menu-editor'
|
'free_slug' => 'admin-menu-editor'
|
||||||
),
|
),
|
||||||
'advanced-custom-fields' => array(
|
'advanced-custom-fields' => array(
|
||||||
'name' => 'Advanced Custom Fields PRO',
|
'name' => 'Advanced Custom Fields PRO',
|
||||||
'description' => 'Create custom fields and content types with advanced features and options.',
|
'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/',
|
'url' => 'https://www.advancedcustomfields.com/pro/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://www.advancedcustomfields.com/pro/#pricing'
|
||||||
|
)
|
||||||
|
),
|
||||||
'free_slug' => 'advanced-custom-fields'
|
'free_slug' => 'advanced-custom-fields'
|
||||||
),
|
),
|
||||||
'advanced-database-cleaner' => array(
|
'advanced-database-cleaner' => array(
|
||||||
'name' => 'Advanced Database Cleaner PRO',
|
'name' => 'Advanced Database Cleaner PRO',
|
||||||
'description' => 'Clean and optimize your WordPress database with advanced tools and automation.',
|
'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'
|
'url' => 'https://sigmaplugin.com/downloads/wordpress-advanced-database-cleaner'
|
||||||
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'ai-engine' => array(
|
'ai-engine' => array(
|
||||||
'name' => 'AI Engine (Pro)',
|
'name' => 'AI Engine (Pro)',
|
||||||
'description' => 'Enhanced AI capabilities for content generation, analysis, and automation.',
|
'description' => 'Enhanced AI capabilities for content generation, analysis, and automation.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
'url' => 'https://meowapps.com/plugin/ai-engine/',
|
'url' => 'https://meowapps.com/plugin/ai-engine/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://meowapps.com/ai-engine-pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
'free_slug' => 'ai-engine'
|
'free_slug' => 'ai-engine'
|
||||||
),
|
),
|
||||||
'code-profiler' => array(
|
'code-profiler' => array(
|
||||||
'name' => 'Code Profiler Pro',
|
'name' => 'Code Profiler Pro',
|
||||||
'description' => 'Advanced performance monitoring and debugging tools for WordPress.',
|
'description' => 'Advanced performance monitoring and debugging tools for WordPress.',
|
||||||
'url' => 'https://codeprofiler.io/'
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://codeprofiler.io/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://codeprofiler.io/#pricing'
|
||||||
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'code-snippets' => array(
|
'code-snippets' => array(
|
||||||
'name' => 'Code Snippets Pro',
|
'name' => 'Code Snippets Pro',
|
||||||
'description' => 'Add and manage custom code snippets with advanced features and management tools.',
|
'description' => 'Add and manage custom code snippets with advanced features and management tools.',
|
||||||
'url' => 'https://codesnippets.pro/pricing/',
|
'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'
|
'free_slug' => 'code-snippets'
|
||||||
),
|
),
|
||||||
'comment-goblin' => array(
|
'comment-goblin' => array(
|
||||||
'name' => 'Comment Goblin',
|
'name' => 'Comment Goblin',
|
||||||
'description' => 'Advanced comment management and spam protection system.',
|
'description' => 'Advanced comment management and spam protection system.',
|
||||||
'url' => 'https://commentgoblin.com/'
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://commentgoblin.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://commentgoblin.com/#pricing'
|
||||||
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'complianz-gdpr' => array(
|
'complianz-gdpr' => array(
|
||||||
'name' => 'Complianz Privacy Suite',
|
'name' => 'Complianz Privacy Suite',
|
||||||
'description' => 'Complete GDPR/CCPA compliance solution with advanced features.',
|
'description' => 'Complete GDPR/CCPA compliance solution with advanced features.',
|
||||||
'url' => 'https://complianz.io/pricing/',
|
'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'
|
'free_slug' => 'complianz-gdpr'
|
||||||
),
|
),
|
||||||
'disable-bloat' => array(
|
'disable-bloat' => array(
|
||||||
'name' => 'Disable Bloat PRO',
|
'name' => 'Disable Bloat PRO',
|
||||||
'description' => 'Advanced optimization for WordPress & WooCommerce with premium features.',
|
'description' => 'Advanced optimization for WordPress & WooCommerce with premium features.',
|
||||||
'url' => 'https://disablebloat.com/'
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://disablebloat.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://disablebloat.com/#pricing'
|
||||||
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'fluent-crm' => array(
|
'fluent-crm' => array(
|
||||||
'name' => 'FluentCRM Pro',
|
'name' => 'FluentCRM Pro',
|
||||||
'description' => 'Advanced CRM and email marketing automation.',
|
'description' => 'Advanced CRM and email marketing automation.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Learn More',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://fluentcrm.com/pricing/',
|
'url' => 'https://fluentcrm.com/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentcrm.com/pricing/'
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Automation Pack',
|
'text' => 'Automation Pack',
|
||||||
'url' => 'https://fluentcrm.com/modules/automation-pack/'
|
'url' => 'https://fluentcrm.com/modules/automation-pack/'
|
||||||
@ -82,10 +186,14 @@ function wp_allstars_get_pro_plugins_config() {
|
|||||||
'description' => 'Advanced form builder with premium features.',
|
'description' => 'Advanced form builder with premium features.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Learn More',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://fluentforms.com/pricing/',
|
'url' => 'https://fluentforms.com/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentforms.com/pricing/'
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'PDF Add-on',
|
'text' => 'PDF Add-on',
|
||||||
'url' => 'https://fluentforms.com/modules/pdf-add-on/'
|
'url' => 'https://fluentforms.com/modules/pdf-add-on/'
|
||||||
@ -96,19 +204,49 @@ function wp_allstars_get_pro_plugins_config() {
|
|||||||
'fluent-support' => array(
|
'fluent-support' => array(
|
||||||
'name' => 'Fluent Support Pro',
|
'name' => 'Fluent Support Pro',
|
||||||
'description' => 'Premium help desk and support ticket system.',
|
'description' => 'Premium help desk and support ticket system.',
|
||||||
'url' => 'https://fluentsupport.com/pricing/',
|
'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'
|
'free_slug' => 'fluent-support'
|
||||||
),
|
),
|
||||||
'fluentbooking' => array(
|
'fluentbooking' => array(
|
||||||
'name' => 'FluentBooking Pro',
|
'name' => 'FluentBooking Pro',
|
||||||
'description' => 'Advanced booking and scheduling system.',
|
'description' => 'Advanced booking and scheduling system.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
'url' => 'https://fluentbooking.com/',
|
'url' => 'https://fluentbooking.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://fluentbooking.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
'free_slug' => 'fluent-booking'
|
'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 conditional loading and optimization.',
|
'description' => 'Advanced plugin management with conditional loading and optimization.',
|
||||||
'url' => 'https://freesoul-deactivate-plugins.com/pro/',
|
'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'
|
'free_slug' => 'freesoul-deactivate-plugins'
|
||||||
),
|
),
|
||||||
'kadence-blocks' => array(
|
'kadence-blocks' => array(
|
||||||
@ -116,10 +254,14 @@ function wp_allstars_get_pro_plugins_config() {
|
|||||||
'description' => 'Premium blocks and templates for the WordPress editor.',
|
'description' => 'Premium blocks and templates for the WordPress editor.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Learn More',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://www.kadencewp.com/kadence-blocks/pro/',
|
'url' => 'https://www.kadencewp.com/kadence-blocks/pro/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://www.kadencewp.com/pricing/'
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Theme Pro',
|
'text' => 'Theme Pro',
|
||||||
'url' => 'https://www.kadencewp.com/kadence-theme/pro/'
|
'url' => 'https://www.kadencewp.com/kadence-theme/pro/'
|
||||||
@ -130,57 +272,141 @@ function wp_allstars_get_pro_plugins_config() {
|
|||||||
'link-whisper' => array(
|
'link-whisper' => array(
|
||||||
'name' => 'Link Whisper',
|
'name' => 'Link Whisper',
|
||||||
'description' => 'AI-powered internal linking suggestions and management.',
|
'description' => 'AI-powered internal linking suggestions and management.',
|
||||||
'url' => 'https://linkwhisper.com/'
|
'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(
|
'media-file-renamer' => array(
|
||||||
'name' => 'Media File Renamer Pro',
|
'name' => 'Media File Renamer Pro',
|
||||||
'description' => 'AI-Powered media file renaming for better SEO.',
|
'description' => 'AI-Powered media file renaming for better SEO.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
'url' => 'https://meowapps.com/plugin/media-file-renamer/',
|
'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'
|
'free_slug' => 'media-file-renamer'
|
||||||
),
|
),
|
||||||
'ninja-tables' => array(
|
'ninja-tables' => array(
|
||||||
'name' => 'Ninja Tables Pro',
|
'name' => 'Ninja Tables Pro',
|
||||||
'description' => 'Advanced table creation and management with premium features.',
|
'description' => 'Advanced table creation and management with premium features.',
|
||||||
'url' => 'https://wpmanageninja.com/downloads/ninja-tables-pro-add-on/',
|
'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'
|
'free_slug' => 'ninja-tables'
|
||||||
),
|
),
|
||||||
'seo-by-rank-math' => array(
|
'seo-by-rank-math' => array(
|
||||||
'name' => 'Rank Math SEO PRO',
|
'name' => 'Rank Math SEO PRO',
|
||||||
'description' => 'Advanced SEO tools and features for better search engine optimization.',
|
'description' => 'Advanced SEO tools and features for better search engine optimization.',
|
||||||
'url' => 'https://rankmath.com/pricing/',
|
'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'
|
'free_slug' => 'seo-by-rank-math'
|
||||||
),
|
),
|
||||||
'really-simple-ssl' => array(
|
'really-simple-ssl' => array(
|
||||||
'name' => 'Really Simple SSL Pro',
|
'name' => 'Really Simple SSL Pro',
|
||||||
'description' => 'Advanced SSL management and security features.',
|
'description' => 'Advanced SSL management and security features.',
|
||||||
'url' => 'https://really-simple-ssl.com/pro/',
|
'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'
|
'free_slug' => 'really-simple-ssl'
|
||||||
),
|
),
|
||||||
'scalability-pro' => array(
|
'scalability-pro' => array(
|
||||||
'name' => 'Scalability Pro',
|
'name' => 'Scalability Pro',
|
||||||
'description' => 'Advanced performance optimization and scaling tools.',
|
'description' => 'Advanced performance optimization and scaling tools.',
|
||||||
'url' => 'https://scalability.pro/'
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
|
'url' => 'https://scalability.pro/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://scalability.pro/#pricing'
|
||||||
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'social-engine' => array(
|
'social-engine' => array(
|
||||||
'name' => 'Social Engine Pro',
|
'name' => 'Social Engine Pro',
|
||||||
'description' => 'Advanced social media scheduling and management.',
|
'description' => 'Advanced social media scheduling and management.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
'url' => 'https://meowapps.com/plugin/social-engine/',
|
'url' => 'https://meowapps.com/plugin/social-engine/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://meowapps.com/social-engine-pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
'free_slug' => 'social-engine'
|
'free_slug' => 'social-engine'
|
||||||
),
|
),
|
||||||
'taxopress' => array(
|
'taxopress' => array(
|
||||||
'name' => 'TaxoPress Pro',
|
'name' => 'TaxoPress Pro',
|
||||||
'description' => 'Advanced taxonomy and tag management tools.',
|
'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/'
|
'url' => 'https://taxopress.com/pro/'
|
||||||
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'tutor' => array(
|
'tutor' => array(
|
||||||
'name' => 'Tutor LMS Pro',
|
'name' => 'Tutor LMS Pro',
|
||||||
'description' => 'Premium LMS features including certificate builder.',
|
'description' => 'Premium LMS features including certificate builder.',
|
||||||
'button_group' => array(
|
'button_group' => array(
|
||||||
array(
|
array(
|
||||||
'text' => 'Learn More',
|
'text' => 'Home Page',
|
||||||
'url' => 'https://www.themeum.com/product/tutor-lms/',
|
'url' => 'https://www.themeum.com/product/tutor-lms/',
|
||||||
'primary' => true
|
'primary' => true
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://www.themeum.com/product/tutor-lms/#pricing'
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'text' => 'Certificate Builder',
|
'text' => 'Certificate Builder',
|
||||||
'url' => 'https://www.themeum.com/product/tutor-lms-certificate-builder/'
|
'url' => 'https://www.themeum.com/product/tutor-lms-certificate-builder/'
|
||||||
@ -195,17 +421,47 @@ function wp_allstars_get_pro_plugins_config() {
|
|||||||
'wp-migrate' => array(
|
'wp-migrate' => array(
|
||||||
'name' => 'WP Migrate',
|
'name' => 'WP Migrate',
|
||||||
'description' => 'Professional WordPress migration and backup solution.',
|
'description' => 'Professional WordPress migration and backup solution.',
|
||||||
'url' => 'https://deliciousbrains.com/wp-migrate-db-pro/'
|
'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(
|
'wp-social-ninja' => array(
|
||||||
'name' => 'WP Social Ninja Pro',
|
'name' => 'WP Social Ninja Pro',
|
||||||
'description' => 'Advanced social media integration and management tools.',
|
'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/pricing/'
|
'url' => 'https://wpsocialninja.com/pricing/'
|
||||||
|
)
|
||||||
|
)
|
||||||
),
|
),
|
||||||
'yellow-pencil' => array(
|
'yellow-pencil' => array(
|
||||||
'name' => 'YellowPencil Pro',
|
'name' => 'YellowPencil Pro',
|
||||||
'description' => 'Advanced visual CSS style editor and customization tool.',
|
'description' => 'Advanced visual CSS style editor and customization tool.',
|
||||||
|
'button_group' => array(
|
||||||
|
array(
|
||||||
|
'text' => 'Home Page',
|
||||||
'url' => 'https://yellowpencil.waspthemes.com/',
|
'url' => 'https://yellowpencil.waspthemes.com/',
|
||||||
|
'primary' => true
|
||||||
|
),
|
||||||
|
array(
|
||||||
|
'text' => 'Pricing',
|
||||||
|
'url' => 'https://yellowpencil.waspthemes.com/pricing/'
|
||||||
|
)
|
||||||
|
),
|
||||||
'free_slug' => 'yellow-pencil-visual-theme-customizer'
|
'free_slug' => 'yellow-pencil-visual-theme-customizer'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
@ -53,6 +53,11 @@ function wp_allstars_get_recommended_plugins() {
|
|||||||
'plugin-groups',
|
'plugin-groups',
|
||||||
'plugin-toggle'
|
'plugin-toggle'
|
||||||
),
|
),
|
||||||
|
'affiliates' => array(
|
||||||
|
'pretty-links',
|
||||||
|
'simple-urls',
|
||||||
|
'slicewp'
|
||||||
|
),
|
||||||
'ai' => array(
|
'ai' => array(
|
||||||
'ai-engine',
|
'ai-engine',
|
||||||
),
|
),
|
||||||
@ -91,9 +96,11 @@ function wp_allstars_get_recommended_plugins() {
|
|||||||
'crm' => array(
|
'crm' => array(
|
||||||
'fluent-boards',
|
'fluent-boards',
|
||||||
'fluent-booking',
|
'fluent-booking',
|
||||||
|
'fluent-community',
|
||||||
'fluent-crm',
|
'fluent-crm',
|
||||||
'fluentform',
|
'fluentform',
|
||||||
'fluentforms-pdf',
|
'fluentforms-pdf',
|
||||||
|
'fluentform-block',
|
||||||
'fluent-support'
|
'fluent-support'
|
||||||
),
|
),
|
||||||
'ecommerce' => array(
|
'ecommerce' => array(
|
||||||
@ -106,7 +113,8 @@ function wp_allstars_get_recommended_plugins() {
|
|||||||
'woo-stripe-payment'
|
'woo-stripe-payment'
|
||||||
),
|
),
|
||||||
'lms' => array(
|
'lms' => array(
|
||||||
'lifterlms',
|
'fluent-community',
|
||||||
|
'masterstudy-lms-learning-management-system',
|
||||||
'tutor'
|
'tutor'
|
||||||
),
|
),
|
||||||
'media' => array(
|
'media' => array(
|
||||||
@ -130,6 +138,7 @@ function wp_allstars_get_recommended_plugins() {
|
|||||||
'wordpress-importer'
|
'wordpress-importer'
|
||||||
),
|
),
|
||||||
'social' => array(
|
'social' => array(
|
||||||
|
'bit-social',
|
||||||
'easy-video-reviews',
|
'easy-video-reviews',
|
||||||
'social-engine',
|
'social-engine',
|
||||||
'wp-social-reviews'
|
'wp-social-reviews'
|
||||||
@ -154,13 +163,18 @@ function wp_allstars_get_recommended_plugins() {
|
|||||||
'advanced' => array(
|
'advanced' => array(
|
||||||
'acf-better-search',
|
'acf-better-search',
|
||||||
'advanced-custom-fields',
|
'advanced-custom-fields',
|
||||||
|
'automatorwp',
|
||||||
|
'bit-pi',
|
||||||
|
'bit-integrations',
|
||||||
'code-snippets',
|
'code-snippets',
|
||||||
|
'easy-code-manager',
|
||||||
'favorites',
|
'favorites',
|
||||||
'remove-cpt-base',
|
'remove-cpt-base',
|
||||||
'remove-old-slugspermalinks',
|
'remove-old-slugspermalinks',
|
||||||
'yellow-pencil-visual-theme-customizer'
|
'yellow-pencil-visual-theme-customizer'
|
||||||
),
|
),
|
||||||
'debug' => array(
|
'debug' => array(
|
||||||
|
'advanced-database-cleaner',
|
||||||
'debug-log-manager',
|
'debug-log-manager',
|
||||||
'gotmls',
|
'gotmls',
|
||||||
'query-monitor',
|
'query-monitor',
|
||||||
|
Reference in New Issue
Block a user