llms_assoc_array_insert()

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

Used by 0 functions | Uses 0 functions

llms_cleanup_tmp()

Function: Cron function to cleanup files in the LLMS_TMP_DIR Removes any files that are more than a day old

Source: includes/llms.functions.core.php:168

Used by 0 functions | Uses 2 functions