Update plugin organization and add Debug category to Free Plugins section
This commit is contained in:
@ -39,6 +39,7 @@ function wp_allstars_get_recommended_plugins() {
|
|||||||
'minimal' => array(
|
'minimal' => array(
|
||||||
'antispam-bee',
|
'antispam-bee',
|
||||||
'compressx',
|
'compressx',
|
||||||
|
'fluent-smtp',
|
||||||
'plugin-toggle',
|
'plugin-toggle',
|
||||||
'simple-cloudflare-turnstile'
|
'simple-cloudflare-turnstile'
|
||||||
),
|
),
|
||||||
@ -48,16 +49,34 @@ function wp_allstars_get_recommended_plugins() {
|
|||||||
'admin-columns',
|
'admin-columns',
|
||||||
'advanced-custom-fields',
|
'advanced-custom-fields',
|
||||||
'admin-menu-editor',
|
'admin-menu-editor',
|
||||||
|
'bulk-actions-select-all',
|
||||||
'burst-statistics',
|
'burst-statistics',
|
||||||
'carbon-copy',
|
'carbon-copy',
|
||||||
'freesoul-deactivate-plugins',
|
'complianz-terms-conditions',
|
||||||
'gotmls',
|
'disable-wordpress-updates',
|
||||||
'pretty-links',
|
'easy-video-reviews',
|
||||||
'seo-by-rank-math',
|
'easy-watermark',
|
||||||
|
'block-options',
|
||||||
|
'enable-replace-media',
|
||||||
|
'favorites',
|
||||||
|
'fluent-boards',
|
||||||
|
'fluent-booking',
|
||||||
'fluent-crm',
|
'fluent-crm',
|
||||||
'fluentform',
|
'fluentform',
|
||||||
'fluent-smtp',
|
'fluentforms-pdf',
|
||||||
|
'signature-add-on-for-wp-fluentform',
|
||||||
'fluent-support',
|
'fluent-support',
|
||||||
|
'flying-analytics',
|
||||||
|
'flying-pages',
|
||||||
|
'flying-scripts',
|
||||||
|
'freesoul-deactivate-plugins',
|
||||||
|
'woocommerce-gateway-gocardless',
|
||||||
|
'hide-admin-notices',
|
||||||
|
'iframe-block',
|
||||||
|
'image-copytrack',
|
||||||
|
'imsanity',
|
||||||
|
'pretty-links',
|
||||||
|
'seo-by-rank-math',
|
||||||
'ultimate-410'
|
'ultimate-410'
|
||||||
),
|
),
|
||||||
'ecommerce' => array(
|
'ecommerce' => array(
|
||||||
@ -70,7 +89,8 @@ function wp_allstars_get_recommended_plugins() {
|
|||||||
'tutor'
|
'tutor'
|
||||||
),
|
),
|
||||||
'debug' => array(
|
'debug' => array(
|
||||||
'debug-log-manager'
|
'debug-log-manager',
|
||||||
|
'gotmls'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user