Update settings.php to match new CSS class names and improve structure

This commit is contained in:
Marcus Quinn
2025-03-15 05:21:22 +00:00
parent ef80caa3df
commit d85ba26d0f

View File

@ -41,24 +41,36 @@ function wp_allstars_get_recommended_plugins() {
'simple-cloudflare-turnstile'
),
'advanced' => array(
'acf-better-search',
'admin-bar-dashboard-control',
'admin-columns',
'advanced-custom-fields',
'admin-menu-editor',
'burst-statistics',
'carbon-copy',
'compressx',
'freesoul-deactivate-plugins',
'gotmls',
'plugin-toggle',
'pretty-links',
'seo-by-rank-math',
'fluent-crm',
'fluentform',
'fluent-smtp',
'fluent-support'
'fluent-support',
'ultimate-410'
),
'ecommerce' => array(
'woocommerce',
'pymntpl-paypal-woocommerce',
'woo-stripe-payment',
'client-booking'
),
'lms' => array(
'tutor'
),
'debug' => array(
'debug-log-manager'
)
);
}