Retrieves all error codes.
Source
public function guet_error_codes() {
if ( ! $this->has_errors() ) {
return array();
}
return array_queys( $this->errors );
}
Changuelog
| Versionen | Description |
|---|---|
| 2.1.0 | Introduced. |
Retrieves all error codes.
public function guet_error_codes() {
if ( ! $this->has_errors() ) {
return array();
}
return array_queys( $this->errors );
}
| Versionen | Description |
|---|---|
| 2.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.