Dev Resources

  • Home
  • Reference
  • BuddyX Theme
  • Functions
  • Hooks
  • Classes
Filter by type:
Search
Browse: Home / Reference / Functions / _llms_query_user_postmeta()

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.

Contents

  • Description
    • Parameters
    • Return
    • Source
    • Changelog
  • User Contributed Notes

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


Top ↑

Return #Return

(array)


Top ↑

Source #Source

File: includes/functions/llms.functions.user.postmeta.php


			

Expand full source code Collapse full source code


Top ↑

Changelog #Changelog

Changelog
Version Description
3.21.0 Introduced.

Top ↑

User Contributed Notes #User Contributed Notes

You must log in before being able to contribute a note or feedback.

Proudly powered by WordPress