Skip to content

Commit 0b64e00

Browse files
Merge pull request #127 from devgateway/task/fix-wp-image
2 parents f1a0b2a + 185e997 commit 0b64e00

2 files changed

Lines changed: 44 additions & 107 deletions

File tree

plugins/wp-react-custom-api/custom-wp-rest-api.php

Lines changed: 0 additions & 63 deletions
This file was deleted.

wp-theme/_plugins_installer.php

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -102,50 +102,50 @@ function dg_semantic_recommended_plugins($plugins) {
102102
),
103103

104104
// DEPLOYMENT-MANAGED PLUGINS (Bundled via Docker — activation only, never reinstalled)
105-
// 'wp-react-blocks-plugin' => array(
106-
// 'name' => esc_attr__('WP React Blocks Plugin', 'dg-semantic'),
107-
// 'slug' => 'wp-react-blocks-plugin',
108-
// 'file' => 'wp-react-blocks-plugin/wp-react-blocks-plugin.php',
109-
// 'description' => esc_attr__('Custom Gutenberg blocks built with React for Data Visualization and interactive content.', 'dg-semantic'),
110-
// 'category' => 'Gutenberg Blocks',
111-
// 'required' => true,
112-
// 'featured' => true,
113-
// 'is_local' => false,
114-
// 'deployment_managed' => true,
115-
// ),
116-
// 'wp-react-custom-multilang' => array(
117-
// 'name' => esc_attr__('WP Multilang', 'dg-semantic'),
118-
// 'slug' => 'wp-react-custom-multilang',
119-
// 'file' => 'wp-react-custom-multilang/wp-multilang.php',
120-
// 'description' => esc_attr__('Custom multilingual plugin for managing translations and language-specific content.', 'dg-semantic'),
121-
// 'category' => 'Multilingual',
122-
// 'required' => true,
123-
// 'featured' => true,
124-
// 'is_local' => false,
125-
// 'deployment_managed' => true,
126-
// ),
127-
// 'wp-react-custom-rest-menu' => array(
128-
// 'name' => esc_attr__('WP REST API Custom Menu', 'dg-semantic'),
129-
// 'slug' => 'wp-react-custom-rest-menu',
130-
// 'file' => 'wp-react-custom-rest-menu/wp-react-custom-rest-menu.php',
131-
// 'description' => esc_attr__('Exposes WordPress menus through REST API endpoints for headless and SPA applications.', 'dg-semantic'),
132-
// 'category' => 'REST API',
133-
// 'required' => true,
134-
// 'featured' => true,
135-
// 'is_local' => false,
136-
// 'deployment_managed' => true,
137-
// ),
138-
// 'wp-react-custom-api' => array(
139-
// 'name' => esc_attr__('WP REST API Custom Endpoints', 'dg-semantic'),
140-
// 'slug' => 'wp-react-custom-api',
141-
// 'file' => 'wp-react-custom-api/custom-wp-rest-api.php',
142-
// 'description' => esc_attr__('Custom REST API endpoints for theme-specific data and functionality.', 'dg-semantic'),
143-
// 'category' => 'REST API',
144-
// 'required' => true,
145-
// 'featured' => true,
146-
// 'is_local' => false,
147-
// 'deployment_managed' => true,
148-
// ),
105+
'wp-react-blocks-plugin' => array(
106+
'name' => esc_attr__('WP React Blocks Plugin', 'dg-semantic'),
107+
'slug' => 'wp-react-blocks-plugin',
108+
'file' => 'wp-react-blocks-plugin/wp-react-blocks-plugin.php',
109+
'description' => esc_attr__('Custom Gutenberg blocks built with React for Data Visualization and interactive content.', 'dg-semantic'),
110+
'category' => 'Gutenberg Blocks',
111+
'required' => true,
112+
'featured' => true,
113+
'is_local' => false,
114+
'deployment_managed' => true,
115+
),
116+
'wp-react-custom-multilang' => array(
117+
'name' => esc_attr__('WP Multilang', 'dg-semantic'),
118+
'slug' => 'wp-react-custom-multilang',
119+
'file' => 'wp-react-custom-multilang/wp-multilang.php',
120+
'description' => esc_attr__('Custom multilingual plugin for managing translations and language-specific content.', 'dg-semantic'),
121+
'category' => 'Multilingual',
122+
'required' => true,
123+
'featured' => true,
124+
'is_local' => false,
125+
'deployment_managed' => true,
126+
),
127+
'wp-react-custom-rest-menu' => array(
128+
'name' => esc_attr__('WP REST API Custom Menu', 'dg-semantic'),
129+
'slug' => 'wp-react-custom-rest-menu',
130+
'file' => 'wp-react-custom-rest-menu/wp-react-custom-rest-menu.php',
131+
'description' => esc_attr__('Exposes WordPress menus through REST API endpoints for headless and SPA applications.', 'dg-semantic'),
132+
'category' => 'REST API',
133+
'required' => true,
134+
'featured' => true,
135+
'is_local' => false,
136+
'deployment_managed' => true,
137+
),
138+
'wp-react-custom-api' => array(
139+
'name' => esc_attr__('WP REST API Custom Endpoints', 'dg-semantic'),
140+
'slug' => 'wp-react-custom-api',
141+
'file' => 'wp-react-custom-api/wp-react-custom-api.php',
142+
'description' => esc_attr__('Custom REST API endpoints for theme-specific data and functionality.', 'dg-semantic'),
143+
'category' => 'REST API',
144+
'required' => true,
145+
'featured' => true,
146+
'is_local' => false,
147+
'deployment_managed' => true,
148+
),
149149

150150
// OPTIONAL PLUGINS (Recommended but not essential)
151151
'wp-database-backup' => array(

0 commit comments

Comments
 (0)