=== Ajax the metaboxes === Contributors: peeping4dsun Tags: AJAX, admin, metabox, boilerplate Requires at least: 3.9 Tested up to: 4.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A plugin that gives the Wordpress developer two sample buttons, that are already implementing the native Wordpress's AJAX functionallity == Description == 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: 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 == 1. Upload ajax-the-metaboxes.zip onto your local computer. 2. Go to your WordPress Dashboard and select Plugins >> Add New. 3. Click on the Upload option at the top and select the boilerplate-ajax-wp.zip file` you just downloaded. 4. Click on Install. 5. Activate the plugin through the 'Plugins' menu in WordPress. == Changelog == == Frequently Asked Questions == == Screenshots == 1. Example use: Receive Alexa rank for every correct URL address pasted in the form field 2. A default function of the plugin