How to create a WP plugin with admin forms
December 22, 2022CHALLENGE: create a WordPress plugin with wp-admin forms that saves data in the wp_options table SOLUTION: submit a custom form, handle POST data, save to database and display the success message In this tutorial, you will see good practices when creating a custom WordPress plugin for the Admin Dashboard. The plugin displays forms prefilled with […]
Continue reading