Description
Validate the fields entered on the form
Usage
OIK_Clone_Servers_List_Table::validate_fields();Parameters
Returns
voidSource
File name: oik-clone/admin/class-oik-clone-servers-list-table.phpLines:
1 to 11 of 11
function validate_fields() { $thingy = apply_filters( "bw_validate_functions", null ); bw_trace2( $thingy, "thingy", false ); $fields = $this->get_fields(); $validated = array(); foreach ( $fields as $field => $data ) { $this->validate_field( $field, $data ); } $validated = $this->validated(); return( $validated ); }View on GitHub
Called by
1 to 2 of 2
Invoked by
Calls
1 to 4 of 4
- bw_trace2() – Trace $value to the trace log file if tracing is active
- OIK_Clone_Servers_List_Table::get_fields() – Return all the fields for the selected option name
- OIK_Clone_Servers_List_Table::validated() – Check each field has been validated
- OIK_Clone_Servers_List_Table::validate_field() – Validate a field
API Letters:
