Description
Filters the list of incompatible SQL modes to exclude.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wpdb.php | 976 |
Parameters
Type | Name | Description |
---|---|---|
array | $incompatible_modes | An array of incompatible modes. |
PHP Doc
/**
* Filters the list of incompatible SQL modes to exclude.
*
* @since 3.9.0
*
* @param array $incompatible_modes An array of incompatible modes.
*/