On this page
apply_filters( 'incompatible_sql_modes', array $incompatible_modes )
Filters the list of incompatible SQL modes to exclude.
Parameters
$incompatible_modesarray-
An array of incompatible modes.
Source
File: wp-includes/class-wpdb.php. View all references
$incompatible_modes = (array) apply_filters( 'incompatible_sql_modes', $this->incompatible_modes );
Related
Used By
| Used By | Description |
|---|---|
| wpdb::set_sql_mode() wp-includes/class-wpdb.php | Changes the current SQL mode, and ensures its WordPress compatibility. |
Changelog
| Version | Description |
|---|---|
| 3.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/incompatible_sql_modes