Add FluentBoards and FluentCommunity to pro plugins configuration

This commit is contained in:
Marcus Quinn
2025-03-16 22:13:06 +00:00
parent e05d5b2f43
commit 2aecdad960

View File

@ -463,6 +463,38 @@ function wp_allstars_get_pro_plugins_config() {
) )
), ),
'free_slug' => 'yellow-pencil-visual-theme-customizer' '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'
) )
); );
} }