Functions
Generates the WXR export file for download
export_wp(array $args)
Parameters
$args
array
Filters defining what should be included in the export
Output list of authors with posts
wxr_authors_list()
Output a cat_name XML tag from a given category object
wxr_cat_name(object $category)
Parameters
$category
object
Category Object
Output a category_description XML tag from a given category object
wxr_category_description(object $category)
Parameters
$category
object
Category Object
Wrap given string in XML CDATA tag.
wxr_cdata(string $str)
Parameters
$str
string
String to wrap in XML CDATA tag.
Output list of taxonomy terms, in XML tag format, associated with a post
wxr_post_taxonomy()
Return the URL of the site
wxr_site_url() : string
Output a tag_description XML tag from a given tag object
wxr_tag_description(object $tag)
Output a tag_name XML tag from a given tag object
wxr_tag_name(object $tag)
Output a term_description XML tag from a given term object
wxr_term_description(object $term)
Output a term_name XML tag from a given term object
wxr_term_name(object $term)
Constants