See the Snippets! You can get productive in minutes or waste days and debug huge amounts of free and crappy code to get to 5% of elWpAPI's functionality.

WordPress Remote Control

WordPress XMLRPC Remote Publishing API (and beyond) by Easy-to-use PHP Objects

••• Hey there! Click here to buy, download or update the WpAPI library ONLY after you read the #3 Testimonials •••

Helpers

1 | TextBlender()

TextBlender() is a helper function bundled in WPAPI that allows you to generate content variations from a text that follows a certain pattern.

E.g.: This product is {awesome|amazing|superb} and {{good|better}|{bad|worse}}.

Texts within {...} will be replaced with one of the variants that result from it's split by |. $sticky, the last parameter means that for the same set of choices, the same result will be selected. This allows the following: for two occurrences of {good|bad}, if good was selected first time, good will be used second time also.

As you can see in the example, it supports deep (multi-level) choices giving you a lot more 'uniqueness' (improper usage but proves my point). Use this function to generate content variations and litter the web.