2222*and thus cannot be filtered with this method.2223*2224* @since 2.1.02225*2226* @param string$query Database query.2227*/2228$query=apply_filters('query',$query);22292230if(!$query){2231$this->insert_id=0;2232returnfalse;2233}2234
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.