incompatible_sql_modes WordPress Filter Hook

The incompatible_sql_modes Wordpress hook is used to filter the list of SQL modes that are incompatible with the current WordPress installation. By default, this hook is fired when the 'wp_incompatible_sql_modes' option is updated.

apply_filters( 'incompatible_sql_modes', array $incompatible_modes ) #

Filters the list of incompatible SQL modes to exclude.


Parameters

$incompatible_modes

(array)An array of incompatible modes.


Top ↑

Source

File: wp-includes/wp-db.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.