From 2aecdad96087aa86ff159405b000f7fd31243b54 Mon Sep 17 00:00:00 2001 From: Marcus Quinn Date: Sun, 16 Mar 2025 22:13:06 +0000 Subject: [PATCH] Add FluentBoards and FluentCommunity to pro plugins configuration --- admin/pro-plugins-config.php | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/admin/pro-plugins-config.php b/admin/pro-plugins-config.php index f90678d..1d47455 100644 --- a/admin/pro-plugins-config.php +++ b/admin/pro-plugins-config.php @@ -463,6 +463,38 @@ function wp_allstars_get_pro_plugins_config() { ) ), '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.com/', + 'primary' => true + ), + array( + 'text' => 'Pricing', + 'url' => 'https://fluentcommunity.com/pricing/' + ) + ), + 'free_slug' => 'fluent-community' ) ); } \ No newline at end of file