Download the PHP package alterfw/wordpress-for-developers without Composer
On this page you can find all versions of the php package alterfw/wordpress-for-developers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download alterfw/wordpress-for-developers
More information about alterfw/wordpress-for-developers
Files in alterfw/wordpress-for-developers
Download alterfw/wordpress-for-developers
More information about alterfw/wordpress-for-developers
Files in alterfw/wordpress-for-developers
Vendor alterfw
Package wordpress-for-developers
Short Description A library to create CRUD elements in Wordpress
License MIT
Package wordpress-for-developers
Short Description A library to create CRUD elements in Wordpress
License MIT
Please rate this library. Is it a good library?
Informations about the package wordpress-for-developers
Goal
This library has the goal of make simple the creation of CRUD elements in wordpress, such as meta boxes, extra fields in terms and option pages.
Loading library
If you put the library in the wp-content dir, you can load it by the following way:
Adding a meta box
You can create a meta box with the function wd_meta_box():
See how the UI looks like:
You can get information of a post by the following way:
Adding extra taxonomy fields
See how the UI looks like:
To get data from a term:
Creating admin menus
See how the UI looks like:
To get data from a page option:
All versions of wordpress-for-developers with dependencies
PHP Build Version
Package Version
Requires
alterfw/php-form-generator Version
^0.1.1
The package alterfw/wordpress-for-developers contains the following files
Loading the files please wait ....