Skip to content

A really basic WordPress helper class that allows theme and plugin authors to easily create meta boxes with just running a configuration function.

Notifications You must be signed in to change notification settings

nyordanov/SmartMetaBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This is a really basic helper class for WordPress themes and plugins that allows their authors to easily manage meta boxes. You just need to pass an id and a configuration array to add_smart_meta_box(), specify what kind of fields you need (any number of text, textarea, checkbox, select, radio) and it will deal with rendering a meta box an saving the fields for you.

About

A really basic WordPress helper class that allows theme and plugin authors to easily create meta boxes with just running a configuration function.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages