Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/export.php | apply_filters | 341 | /** * 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. */ |
Hook Parameters
Parameter 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. |