Update plugin list and fix plugin slugs

This commit is contained in:
Marcus Quinn
2025-03-15 15:18:21 +00:00
parent a886c46b30
commit fa175338b7

View File

@ -49,9 +49,16 @@ function wp_allstars_get_recommended_plugins() {
'admin-columns',
'advanced-custom-fields',
'admin-menu-editor',
'ai-engine',
'auto-post-scheduler',
'avatar-privacy',
'bookmark-card',
'browser-shots',
'bulk-actions-select-all',
'burst-statistics',
'carbon-copy',
'code-snippets',
'complianz-gdpr',
'complianz-terms-conditions',
'disable-wordpress-updates',
'easy-video-reviews',
@ -71,8 +78,10 @@ function wp_allstars_get_recommended_plugins() {
'flying-scripts',
'freesoul-deactivate-plugins',
'hide-admin-notices',
'iframe',
'image-copy-track',
'hreflang-manager',
'ics-calandar',
'iframe-block',
'image-copytrack',
'imsanity',
'index-wp-mysql-for-speed',
'kadence-blocks',
@ -81,30 +90,47 @@ function wp_allstars_get_recommended_plugins() {
'magic-login',
'mainwp-child',
'mainwp-child-reports',
'mammoth-docx-converter',
'manage-notification-emails',
'media-file-renamer',
'nav-menu-roles',
'ninja-tables',
'performant-translations',
'plugin-groups',
'simple-icons',
'post-draft-preview',
'post-meta-data-manager',
'post-type-switcher',
'pretty-link',
'query-monitor',
'seo-by-rank-math',
'really-simple-ssl',
'remove-cpt-base',
'richtext-extension',
'safe-svg',
'remove-old-slugs',
'simple-custom-post-order',
'remove-old-slugspermalinks',
'social-engine',
'kadence-starter-templates',
'ultimate-addons-for-gutenberg',
'sticky-posts-switch',
'syndication-links',
'taxopress',
'term-management-tools',
'the-paste',
'ultimate-410',
'webmention',
'wp-widget-disable',
'wikipedia-preview',
'wordpress-importer',
'wp-social-reviews',
'wp-optimize',
'wp-sheet-editor'
'wp-sheet-editor',
'yellow-pencil-visual-theme-customizer'
),
'ecommerce' => array(
'woocommerce',
'gocardless-for-woocommerce',
'woocommerce-gateway-gocardless',
'kadence-woocommerce-email-designer',
'pymntpl-paypal-woocommerce',
'woo-stripe-payment'
@ -114,7 +140,10 @@ function wp_allstars_get_recommended_plugins() {
),
'debug' => array(
'debug-log-manager',
'gotmls'
'gotmls',
'string-locator',
'user-switching',
'wp-crontrol'
)
);
}