llms_bulk_delete_user_postmeta( int $user_id, int $post_id, array $data = array() )
Bulk remove user postmeta data.
Description Description
Parameters Parameters
- $user_id
-
(Required) WP User ID.
- $post_id
-
(Required) WP Post ID.
- $data
-
(Optional) Associative array of meta keys => meta values to delete. If not meta values supplied, all matching items will be removed.
Default value: array()
Return Return
(array|boolean) On error returns an associative array of the submitted keys, each item will be true for success or false for error. On success returns true.
Source Source
File: includes/functions/llms.functions.user.postmeta.php
Changelog Changelog
Version | Description |
---|---|
3.33.0 | Introduced. |