xmlrpc_getpostcategory
xmlrpc_getpostcategory ( $content )
Parameters:- (string) content XMLRPC XML Request content
Returns:- (string|array) List of categories or category name.
Defined at: - Introduced in WordPress: 0.71
- Deprecated in WordPress: —
Description
Retrieves the post category or categories from XMLRPC XML.If the category element is not found, then the default post category will be
used. The return type then would be what $post_default_category. If the
category is found, then it will always be an array.