Update settings.php to match new CSS class names and improve structure
This commit is contained in:
@ -41,24 +41,36 @@ function wp_allstars_get_recommended_plugins() {
|
|||||||
'simple-cloudflare-turnstile'
|
'simple-cloudflare-turnstile'
|
||||||
),
|
),
|
||||||
'advanced' => array(
|
'advanced' => array(
|
||||||
|
'acf-better-search',
|
||||||
|
'admin-bar-dashboard-control',
|
||||||
|
'admin-columns',
|
||||||
'advanced-custom-fields',
|
'advanced-custom-fields',
|
||||||
'admin-menu-editor',
|
'admin-menu-editor',
|
||||||
'burst-statistics',
|
'burst-statistics',
|
||||||
|
'carbon-copy',
|
||||||
|
'compressx',
|
||||||
'freesoul-deactivate-plugins',
|
'freesoul-deactivate-plugins',
|
||||||
|
'gotmls',
|
||||||
'plugin-toggle',
|
'plugin-toggle',
|
||||||
'pretty-links',
|
'pretty-links',
|
||||||
'seo-by-rank-math',
|
'seo-by-rank-math',
|
||||||
'fluent-crm',
|
'fluent-crm',
|
||||||
'fluentform',
|
'fluentform',
|
||||||
'fluent-smtp',
|
'fluent-smtp',
|
||||||
'fluent-support'
|
'fluent-support',
|
||||||
|
'ultimate-410'
|
||||||
),
|
),
|
||||||
'ecommerce' => array(
|
'ecommerce' => array(
|
||||||
'woocommerce',
|
'woocommerce',
|
||||||
|
'pymntpl-paypal-woocommerce',
|
||||||
|
'woo-stripe-payment',
|
||||||
'client-booking'
|
'client-booking'
|
||||||
),
|
),
|
||||||
'lms' => array(
|
'lms' => array(
|
||||||
'tutor'
|
'tutor'
|
||||||
|
),
|
||||||
|
'debug' => array(
|
||||||
|
'debug-log-manager'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user