Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Function Reference/xmlrpc removepostdata

This page redirects to an external site: https://developer.wordpress.org/reference/functions/xmlrpc_removepostdata/

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

See also index of Function Reference and index of Template Tags.