This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

RESTjQuery

Description

This small plugin includes support for RESTjQuery script. Once installed your site can use the RESTjQuery script.

Security Check

A security key is set for you and will be needed to enable logged in users to access certain endpoints such as posting a new post.

To enable access you need to use the nonce parameter like so.

restjQuery({
    nonce: restjquery_params.nonce
});

How to use

See the documentation for a guide on using RESTjQuery.

Installation

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t even need to leave your web browser. To do an automatic install, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.

In the search field type “RESTjQuery” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the the point release, rating and description. Most importantly of course, you can install it by clicking Install Now.

Manual installation

The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application.

  • Download the plugin file to your computer and unzip it
  • Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress installation’s wp-content/plugins/ directory.
  • Activate the plugin from the Plugins menu within the WordPress admin.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“RESTjQuery” is open source software. The following people have contributed to this plugin.

Contributors

Translate “RESTjQuery” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0 – 20th March 2019

  • Tweaked: Re-written the main plugin file.
  • Checked: Compatible with WordPress v5 and up.

1.0 – 24th April 2017

  • Initial release.