Description
Filters whether to selectively skip comment meta used for WXR exports. Returning a truthy value from the filter will skip the current meta object from being exported.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/export.php | 712 |
Parameters
Type | Name | Description |
---|---|---|
bool | $skip | Whether to skip the current comment meta. Default false. |
string | $meta_key | Current meta key. |
object | $meta | Current meta object. |
PHP Doc
/**
* Filters whether to selectively skip comment meta used for WXR exports.
*
* Returning a truthy value from the filter will skip the current meta
* object from being exported.
*
* @since 4.0.0
*
* @param bool $skip Whether to skip the current comment meta. Default false.
* @param string $meta_key Current meta key.
* @param object $meta Current meta object.
*/