WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wxr_export_skip_postmeta

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/export.php apply_filters 620 /**
* Filters whether to selectively skip post meta used for WXR exports.
*
* Returning a truthy value from the filter will skip the current meta
* object from being exported.
*
* @since 3.3.0
*
* @param bool $skip Whether to skip the current post meta. Default false.
* @param string $meta_key Current meta key.
* @param object $meta Current meta object.
*/

Hook Parameters

Parameter Type Name Description
bool $skip Whether to skip the current post meta. Default false.
string $meta_key Current meta key.
object $meta Current meta object.