wordpress-develop/tests/phpunit/tests/meta
Jeremy Felt 6830e90949 Meta: Remove filters when meta is unregistered.
If auth and/or sanitize callbacks are specified in the arguments for
`register_meta()`, filters are added to handle these callbacks. These
should be removed when calling `unregister_meta_key()` to avoid
unintentional filtering.

See #35658.


git-svn-id: https://develop.svn.wordpress.org/trunk@38040 602fd350-edb4-49c9-b593-d223f7449a82
2016-07-13 04:12:41 +00:00
..
deleteMetadata.php In delete_metadata(), only invalidate cache for affected objects. 2016-02-12 02:46:28 +00:00
query.php Tests: Change some 'group' annotations to 'ticket'. 2016-05-30 04:37:57 +00:00
registerMeta.php Meta: Remove filters when meta is unregistered. 2016-07-13 04:12:41 +00:00
slashes.php Remove tests related to wp_*_post_meta() functions. 2016-02-29 22:13:28 +00:00
updateMetadata.php Don't double-unslash meta key when update_metadata() falls back on add_metadata(). 2016-02-11 17:34:59 +00:00