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 5th May 2024 16:35 Europe/London time based on the source file dated 3rd May 2024 14:45 Europe/London time.