mirror of
https://gh.wpcy.net/https://github.com/WP-Autoplugin/hub2wp-repo-public.git
synced 2026-04-26 17:13:01 +08:00
14 lines
342 B
JavaScript
14 lines
342 B
JavaScript
export const FEATURED_PLUGINS = [
|
|
'WP-Autoplugin/hub2wp',
|
|
'mcguffin/the-paste',
|
|
'wpmetabox/meta-box',
|
|
|
|
'leogopal/simple-system-status',
|
|
'WP-Autoplugin/wp-autoplugin',
|
|
'johnbillion/query-monitor',
|
|
|
|
'hofmannsven/mark-posts',
|
|
'ndiego/block-visibility',
|
|
'franmastromarino/wp-search-exclude',
|
|
// 'pods-framework/pods',
|
|
];
|