delete_user_meta [ WordPress Function ]
| Parameters: |
|
| Uses: | |
| Links: | |
| Returns: |
|
| Defined at: |
|
Remove metadata matching criteria from a user.
You can match based on the key, or key and value. Removing based on key and value, will keep from removing duplicate metadata with the same key. It also allows removing all metadata matching key, if needed.
Examples [ wp-snippets.com ]
Top Google Search Results
- Function Reference/delete user meta « WordPress Codex
Description. Remove metadata matching criteria from a user. You can match based on the key, or key and value. Removing based on key and value, will keep ...
codex.wordpress.org - Docs for page user.php
bool delete_user_meta (int $user_id, string $meta_key, [mixed $meta_value = '']). int $user_id: user ID; string $meta_key: Metadata name. mixed $meta_value: ...
phpdoc.wordpress.org - PHPXRef 0.7 : WordPress : Function Reference: delete_user_meta()
delete_user_meta(). Defined at: /wp-includes/user.php -> line 770. Referenced 6 times: /wp-includes/user.php -> line 302 · /wp-includes/user.php -> line 327 ...
phpxref.ftwr.co.uk - delete_user_meta | A HitchHackers guide through WordPress
Feb 11, 2011 ... You can match based on the key, or key and value. Removing based on key and value, will keep from removing duplicate metadata with the ...
hitchhackerguide.com