2216*and thus cannot be filtered with this method.2217*2218* @since 2.1.02219*2220* @param string$query Database query.2221*/2222$query=apply_filters('query',$query);22232224if(!$query){2225$this->insert_id=0;2226returnfalse;2227}2228
History
Introduced in 2.1.0. Unchanged from 6.7.7 through 7.1.0.