Description
XMLRPC XML content without title and category elements.
Usage
<?php xmlrpc_removepostdata( $content ) ?>
Parameters
- $content
- (string) (required) XMLRPC XML Request content
- Default: None
Return Values
- (string)
- XMLRPC XML Request content without title and category elements.
Examples
Notes
Change Log
Since: 0.71
Source File
xmlrpc_removepostdata() is located in wp-includes/functions.php
.
Related