apply_filters( 'wxr_export_skip_commentmeta', bool $skip , string $meta_key , object $meta )
Filters whether to selectively skip comment meta used for WXR exports.
Description
Returning a truthy value to the filter will skip the current meta object from being exported.
Parameters
- $skip
-
Whether to skip the current comment meta. Default false.
- $meta_key
-
Current meta key.
- $meta
-
Current meta object.
Source
Changelog
Version | Description |
---|---|
WP-4.0.0 | Introduced. |