WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_content_export

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/export.php apply_filters 565 /**
* Filters the post content used for WXR exports.
*
* @since 2.5.0
*
* @param string $post_content Content of the current post.
*/

Hook Parameters

Parameter Type Name Description
string $post_content Content of the current post.