A boilerplate plugin aimed at developers, that want easy AJAX access to Wordpress metaboxes.
After activating the plugin, the admin user will notice two buttons in metabox called 'AJAX Data'.
The purpose of this plugin are:
-
Giving Wordpress developers with an quick and common settings for accessing the native AJAX functionality of Wordpress.
-
Fixing the gap of old and overcomplecated methods for using AJAX in Wordpress.
-
Giving the newbie Wordpress developers an easy way to develop AJAX plugins for Wordpress.
The plugin by default sets this functionality only for Wordpress's backend, but the code can easily be manipulated to bring AJAX to the frontend, as well.
== Installation ==
- Upload ajax-the-metaboxes.zip onto your local computer.
- Go to your WordPress Dashboard and select Plugins >> Add New.
- Click on the Upload option at the top and select the boilerplate-ajax-wp.zip file` you just downloaded.
- Click on Install.
- Activate the plugin through the 'Plugins' menu in WordPress.