Description
Filters whether to selectively skip term 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 | 389 |
Parameters
Type | Name | Description |
---|---|---|
bool | $skip | Whether to skip the current piece of term meta. Default false. |
string | $meta_key | Current meta key. |
object | $meta | Current meta object. |
PHP Doc
/**
* Filters whether to selectively skip term meta used for WXR exports.
*
* Returning a truthy value from the filter will skip the current meta
* object from being exported.
*
* @since 4.6.0
*
* @param bool $skip Whether to skip the current piece of term meta. Default false.
* @param string $meta_key Current meta key.
* @param object $meta Current meta object.
*/