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