WP-AJAX-Audit

A quick remote audit of your WordPress site via AJAX. Returns information about the core, plugins, and themes.

Author:David Kryzaniak (@dave_kz on Twitter) (profile at wordpress.org)
WordPress version required:3.5.0
WordPress version tested:3.6.1
Plugin version:1.0.0
Added to WordPress repository:18-09-2013
Last updated:18-10-2013
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:906
plugin download
Click to start download

Ever want to check the WordPress settings of your site without logging in?

WP-AJAX-Audit is a simple plugin that allows you to send an AJAX request (from a remote server) to retrieve information about your site. Quickly find things like core settings, plugins/themes installed, and much more.

Sending The Request

After installing, browse to Tools > WP AJAX Audit to find your access key, and to generate an example script.

The request must be made with Post parameters (An “action” which is set to “wp_ajax_audit” and the “wp_ajax_audit_access_key”)

Here is an example:

If successful, $result is a json encoded version of wp_load_alloptions().

Note, you’ll still need to ‘unserialize(json_decode($result))’ to get the array of data.


FAQ
ChangeLog