Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| afff960a98 | |||
| 4cf64147d0 | |||
| a5582d7644 | |||
| a3bf7fc78f | |||
| f65d648a82 | |||
| 2870a43ae5 | |||
| 369d651580 |
@@ -0,0 +1,2 @@
|
||||
# Opt out of AI model training
|
||||
* ai-training=false
|
||||
@@ -84,6 +84,9 @@ function wp_allstars_get_free_plugins() {
|
||||
'pymntpl-paypal-woocommerce',
|
||||
'woo-stripe-payment'
|
||||
),
|
||||
'events' => array(
|
||||
'eventon-lite'
|
||||
),
|
||||
'lms' => array(
|
||||
'fluent-community',
|
||||
'masterstudy-lms-learning-management-system',
|
||||
@@ -97,6 +100,9 @@ function wp_allstars_get_free_plugins() {
|
||||
'media-file-renamer',
|
||||
'safe-svg'
|
||||
),
|
||||
'members' => array(
|
||||
'content-control'
|
||||
),
|
||||
'seo' => array(
|
||||
'burst-statistics',
|
||||
'pretty-link',
|
||||
@@ -123,6 +129,7 @@ function wp_allstars_get_free_plugins() {
|
||||
'flying-pages',
|
||||
'flying-scripts',
|
||||
'freesoul-deactivate-plugins',
|
||||
'http-requests-manager',
|
||||
'index-wp-mysql-for-speed',
|
||||
'litespeed-cache',
|
||||
'performant-translations',
|
||||
|
||||
@@ -773,6 +773,36 @@
|
||||
)
|
||||
),
|
||||
'free_slug' => 'gotmls'
|
||||
),
|
||||
'content-control' => array(
|
||||
'name' => 'Content Control',
|
||||
'description' => 'Advanced content restriction and user permissions management for WordPress.',
|
||||
'button_group' => array(
|
||||
array(
|
||||
'text' => 'Home Page',
|
||||
'url' => 'https://contentcontrolplugin.com/',
|
||||
'primary' => true
|
||||
),
|
||||
array(
|
||||
'text' => 'Pricing',
|
||||
'url' => 'https://contentcontrolplugin.com/pricing/'
|
||||
)
|
||||
)
|
||||
),
|
||||
'eventon' => array(
|
||||
'name' => 'EventON',
|
||||
'description' => 'Premium WordPress event calendar plugin with advanced features and add-ons.',
|
||||
'button_group' => array(
|
||||
array(
|
||||
'text' => 'Home Page',
|
||||
'url' => 'https://www.myeventon.com/',
|
||||
'primary' => true
|
||||
),
|
||||
array(
|
||||
'text' => 'Add-ons',
|
||||
'url' => 'https://www.myeventon.com/addons/'
|
||||
)
|
||||
)
|
||||
)
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user