XML-RPC De-whitespacer

0

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 unintenti

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

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.