Codex tools: Log in
Contents |
Retrieve 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.
<?php xmlrpc_getpostcategory( $content ); ?>
Since: 0.71
xmlrpc_getpostcategory() is located in wp-includes/functions.php.