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',
|
'pymntpl-paypal-woocommerce',
|
||||||
'woo-stripe-payment'
|
'woo-stripe-payment'
|
||||||
),
|
),
|
||||||
|
'events' => array(
|
||||||
|
'eventon-lite'
|
||||||
|
),
|
||||||
'lms' => array(
|
'lms' => array(
|
||||||
'fluent-community',
|
'fluent-community',
|
||||||
'masterstudy-lms-learning-management-system',
|
'masterstudy-lms-learning-management-system',
|
||||||
@@ -97,6 +100,9 @@ function wp_allstars_get_free_plugins() {
|
|||||||
'media-file-renamer',
|
'media-file-renamer',
|
||||||
'safe-svg'
|
'safe-svg'
|
||||||
),
|
),
|
||||||
|
'members' => array(
|
||||||
|
'content-control'
|
||||||
|
),
|
||||||
'seo' => array(
|
'seo' => array(
|
||||||
'burst-statistics',
|
'burst-statistics',
|
||||||
'pretty-link',
|
'pretty-link',
|
||||||
@@ -123,6 +129,7 @@ function wp_allstars_get_free_plugins() {
|
|||||||
'flying-pages',
|
'flying-pages',
|
||||||
'flying-scripts',
|
'flying-scripts',
|
||||||
'freesoul-deactivate-plugins',
|
'freesoul-deactivate-plugins',
|
||||||
|
'http-requests-manager',
|
||||||
'index-wp-mysql-for-speed',
|
'index-wp-mysql-for-speed',
|
||||||
'litespeed-cache',
|
'litespeed-cache',
|
||||||
'performant-translations',
|
'performant-translations',
|
||||||
|
|||||||
@@ -773,6 +773,36 @@
|
|||||||
)
|
)
|
||||||
),
|
),
|
||||||
'free_slug' => 'gotmls'
|
'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