Plugin info

Total downloads: 1,171
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 8/21/2012 (4879 days ago)
Added to WordPress: 8/21/2012 (13 years old)
Minimum WordPress version: 3.2
Tested up to WordPress version: 3.4.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4879 days ago

20/100

Is cct_webapi abandoned?

Possibly abandoned (last update 4879 days ago).

Compatibility

Requires WordPress: 3.2
Tested up to: 3.4.2
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Buying Buddy IDX CRM – Real Estate MLS Plugin
Rating 5.0/5 (5 reviews)Active installs 300
Rover IDX
Rating 4.8/5 (24 reviews)Active installs 200

Description

Many times when a site powered by WordPress wants to supply a Web API for their site, they will work outside of WordPress using either PHP or Ruby on Rails. Then they have to write their own functions to get to the information inside the database for their WordPress site. I always thought that was a little backwards. That is why I wrote the Web API plugin for WordPress.

With the Web API plugin, you no longer have to do that. This plugin creates a custom post type called API. When you create an API post, all of the content will be executed as PHP code just before the theme stuff is executed in WordPress. Therefore, you have full access to all the WordPress PHP functions to create whatever you want: JSON output, HTML sniplets, full HTML pages without any of the sites theme or code, or anything else you can imagine. After the code on the page is executed, then the PHP session will be ended.

Installation

  1. Upload cct_webapi.zip to the /wp-content/plugins/ directory and unzip.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Create a new API post type with you PHP code and you are running!

Frequently Asked Questions

None.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

1.0

  • First Version.