_search_terms_tidy in /wp-includes/functions.php
4371
Continue readingRetrieve 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.
4285
Continue readingRetrieve 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.
4283
Continue reading
_cleanup_header_comment
Strip close comment and close php tags from file headers used by WP.See http://core.trac.wordpress.org/ticket/8497
4301
Continue reading →