Skip to content

createit-dev/116-wp-plugin-with-admin-forms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

How to: create WP plugin with admin forms

Simple solution for saving configuration options using custom forms in wp-admin dashboard.

This Wordpress Plugin has simple directory structure and is object oriented (PHP). It's good boilerplate to start your own wordpress plugin that will render forms in Admin Dasboard area. Can be used as plugin starter in your own project.

We have 4 different types of fields:

  • text input
  • textarea
  • choice select
  • checkbox options

About

wordpress plugin with wp-admin forms that saved options in wp_options table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages