xmlrpc_getposttitle
xmlrpc_getposttitle ( $content )
Parameters:- (string) content XMLRPC XML Request content
Returns:Defined at: - Introduced in WordPress: 0.71
- Deprecated in WordPress: —
Description
Retrieves post title from XMLRPC XML.If the title element is not part of the XML, then the default post title from
the $post_default_title will be used instead.