Description
Determines whether to selectively skip post meta used for WXR exports.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/export.php | 576 |
wp-includes/feed-rss2.php | 83 |
Parameters
Type | Name | Description |
---|---|---|
bool | $return_me | Whether to skip the current post meta. Default false. |
string | $meta_key | Meta key. |
PHP Doc
/**
* Determines whether to selectively skip post meta used for WXR exports.
*
* @since 3.3.0
*
* @param bool $return_me Whether to skip the current post meta. Default false.
* @param string $meta_key Meta key.
* @return bool
*/