2228*and thus cannot be filtered with this method.2229*2230* @since 2.1.02231*2232* @param string$query Database query.2233*/2234$query=apply_filters('query',$query);22352236if(!$query){2237$this->insert_id=0;2238returnfalse;2239}2240
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.