wxr_export_skip_commentmeta – filter
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.
Parameters
- .
- ( 4.0.0 ) . .
- ( bool ) $skip Whether to skip the current comment meta. Default false. . . .
- $meta_key
- ( string ) Current meta key. . . .
- $meta
- ( object ) Current meta object. . . .