2224*and thus cannot be filtered with this method.2225*2226* @since 2.1.02227*2228* @param string$query Database query.2229*/2230$query=apply_filters('query',$query);22312232if(!$query){2233$this->insert_id=0;2234returnfalse;2235}2236
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.