Collections functions
General functions
Node functions
Render functions
Theme permission functions
User functions
Resource functions

ucfirstletter_callback()

Parameters

ColumnTypeDefaultDescription
$matches

Location

include/language_functions.php lines 328 to 330

Definition

 
function ucfirstletter_callback($matches){
    return 
ucfirst($matches[0]);
}

This article was last updated 8th May 2024 19:05 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.