File: wp-admin/includes/export.php
-
hookthe_title_export
Filters the post title used for WXR exports.
-
functionwxr_term_meta()
Outputs term meta XML tags for a given term object.
-
Filters whether to selectively skip term meta used for WXR exports.
-
Filters the export filename.
-
Filters whether to selectively skip comment meta used for WXR exports.
-
functionwxr_post_taxonomy()
Outputs list of taxonomy terms, in XML tag format, associated with a post.
-
functionwxr_filter_postmeta()
Determines whether to selectively skip post meta used for WXR exports.
-
functionexport_wp()
Generates the WXR export file for download.
-
Filters the post content used for WXR exports.
-
Filters the post excerpt used for WXR exports.
-
Filters whether to selectively skip post meta used for WXR exports.
-
functionwxr_cdata()
Wraps given string in XML CDATA tag.
-
hookexport_wp
Fires at the beginning of an export, before any headers are sent.
-
functionwxr_site_url()
Returns the URL of the site.
-
functionwxr_cat_name()
Outputs a cat_name XML tag from a given category object.
-
functionwxr_category_description()
Outputs a category_description XML tag from a given category object.
-
functionwxr_tag_name()
Outputs a tag_name XML tag from a given tag object.
-
functionwxr_tag_description()
Outputs a tag_description XML tag from a given tag object.
-
functionwxr_term_name()
Outputs a term_name XML tag from a given term object.
-
functionwxr_term_description()
Outputs a term_description XML tag from a given term object.
-
functionwxr_authors_list()
Outputs list of authors with posts.
-
functionwxr_nav_menu_terms()
Outputs all navigation menu terms.