Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
_llms_query_user_postmeta( int $user_id, int $post_id, string $meta_key = null, string $meta_value = null )
Query user postmeta data.
Description Description
This function is marked for internal use only.
Parameters Parameters
- $user_id
-
(Required) WP User ID.
- $post_id
-
(Required) WP Post ID.
- $meta_key
-
(Optional) Meta key.
Default value: null
- $meta_value
-
(Optional) Meta value.
Default value: null
Return Return
(array)
Source Source
File: includes/functions/llms.functions.user.postmeta.php
Changelog Changelog
Version | Description |
---|---|
3.21.0 | Introduced. |