/wp-simple-ajax

[Envato] A simple demo for how to use Ajax in WordPress. The repository will ultimately contain two tags - one for a procedural approach to the plugin, one for an object-oriented approach to the plugin.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Simple Ajax Demo

  • Contributors: tommcfarlin
  • Requires at least: 4.3.0
  • Tested up to: 4.3.0
  • Stable tag: 2.0.0
  • License: GPLv2 or later
  • License URI

This plugin demonstrates how to use the WordPress Ajax APIs.

Description

The WordPress Ajax APIs have matured over time and the way that we, as developers, are able to incorporate it into our projects has matured.

This plugin aims to show how to use of the APIs. It's a companion plugin to a series of articles on Tuts+ Code.

The series of articles are:

  1. Improved Ajax Techniques For WordPress: Procedural Programming
  2. Improved Ajax Techniques For WordPress: Object-Oriented Programming

Installation

Using The WordPress Dashboard

  1. Navigate to the 'Add New' Plugin Dashboard
  2. Select wp-simple-ajax.zip from your computer
  3. Upload
  4. Activate the plugin on the WordPress Plugin Dashboard

Using FTP

  1. Extract wp-simple-ajax.zip to your computer
  2. Upload the wp-simple-ajax. directory to your wp-content/plugins directory
  3. Activate the plugin on the WordPress Plugins Dashboard

License

See LICENSE.

Changelog

See CHANGES.