check_posted_field (line 28)
Check a posted field isn't 'evil'.
string
check_posted_field
(string $name, string $val)
-
string
$name: The name of the parameter
-
string
$val: The value retrieved
deshout_callback (line 198)
preg_replace callback to de-shout text.
string
deshout_callback
(array $matches)
filter_form_field_default (line 79)
Filter to alter form field values based on fields.xml. Usually a no-op.
string
filter_form_field_default
(string $name, ?string $val)
-
string
$name: The name of the parameter
-
?string
$val: The current value of the parameter (NULL: none)
load_field_restrictions (line 210)
Find all restrictions that apply to our page/type.
array
load_field_restrictions
([?string $this_page = NULL], [?string $this_type = NULL])
-
?string
$this_page: The page name scoped for (NULL: current page)
-
?string
$this_type: The page type scoped for (NULL: current type)
make_sentence_case_callback (line 187)
preg_replace callback to apply sentence case.
string
make_sentence_case_callback
(array $matches)