XML-RPC De-whitespacer

Removes leading and trailing whitespace from XML-RPC responses that can break some XML-RPC clients.

Author:Max Cutler (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.4.1
Plugin version:1.0
Added to WordPress repository:12-06-2012
Last updated:12-06-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:2
Plugin URI:
Total downloads:2 409
Active installs:20+
plugin download
Click to start download

Uses PHP's output buffering to buffer XML-RPC responses and strip superfluous whitespace.

Plugins, themes, and any other files executed during the WordPress load process can unintentionally emit whitespace, such as by including a newline character after an explicit closing "?>" PHP tag instead of letting PHP auto-close the file.


ChangeLog