WordPress.org

Codex

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

Function Reference/xmlrpc getposttitle

Description

Retrieve 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.

Usage

<?php xmlrpc_getposttitle$content ?>

Parameters

$content
(string) (required) XMLRPC XML Request content
Default: None

Return Values

(string) 
Post title

Examples

Notes

  • Uses global: (string) $post_default_title

Change Log

Since: 0.71

Source File

xmlrpc_getposttitle() is located in wp-includes/functions.php.

Related

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