Function: Insert elements into an associative array after a specific array key If the requested key doesn’t exit, the new item will be added to the end of the array If you need to insert at the beginning of an array use array_merge( $new_item, $orig_item );
Source: includes/llms.functions.core.php:45
Function: Delete user postmeta data
Source: includes/functions/llms.functions.user.postmeta.php:27
Function: Get user postmeta data or dates by user, post, and key
Source: includes/functions/llms.functions.user.postmeta.php:97
Function: Update user postmeta data
Source: includes/functions/llms.functions.user.postmeta.php:138
Function: Update bulk update user postmeta data
Source: includes/functions/llms.functions.user.postmeta.php:183
Function: Query user postmeta data This function is marked for internal use only.
Source: includes/functions/llms.functions.user.postmeta.php:213