I am new at WordPress. I am not sure is it possible or not that if I want to delete user metadata by passing the only key. for example:
delete_user_meta( $key );
But looks like required a user id. Is there any other way to work like this?
I am new at WordPress. I am not sure is it possible or not that if I want to delete user metadata by passing the only key. for example:
delete_user_meta( $key );
But looks like required a user id. Is there any other way to work like this?