Skip to content

artooro/wpclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

WPClass - Wordpress XML-RPC API PHP Class

Usage

require_once 'wpclass.php';
$wp = new WordPress('username', 'password', 'http://wordpress.site.com/xmlrpc.php');

$wp->publish_post('This is a test', 'this is some test content', array('tag 1', 'tag 2'), array('category test'));

Requirements

  • PHP-XMLRPC
  • Wordpress 3.4
  • PHP 5.? - Only tested with PHP 5.3.10, PHP 5.4.x

About

WordPress PHP Class for XML-RPC API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages