Building an extendible WordPress admin Settings page with Gutenberg Components
In a WordPress settings page 3rd-party developers can inject their own settings fields / HTML with action hooks, but you cannot do the same if you decide to build your plugin’s settings page in React. This article explores the options to make our React Components extendible such that 3rd-party developers can easily inject their own…