A custom WordPress admin plugin built with React and WordPress data store API. This plugin provides an intuitive settings interface for managing custom options within the WordPress admin panel.
- Built with React and @wordpress/data API.
- Uses Redux-style state management.
- Provides an intuitive UI using @wordpress/components.
- Asynchronous API fetching and saving of settings.
- Fully compatible with WordPress Gutenberg-based admin UI.
Manually upload the plugin folder to your /wp-content/plugins/
directory or install it via the WordPress admin.
Run the following command in the project root to install required dependencies:
npm install
Compile and bundle the plugin scripts using:
npm run build
Alternatively, during development, use:
npm run start
Go to the WordPress admin panel and activate "WP React Admin Panel" from the Plugins menu.
After activation, navigate to Admin UI in the WordPress admin dashboard. Here, you can modify and save custom options.