You appear to be a bot. Output may be restricted
Description
Usage
Jetpack_Search_Performance_Logger::begin_log_query( $query );
Parameters
- $query
- ( mixed ) required –
Returns
void
Source
File name: jetpack/_inc/lib/class.jetpack-search-performance-logger.php
Lines:
1 to 6 of 6
public function begin_log_query( $query ) { if ( $this->should_log_query( $query ) ) { $this->query_started = microtime( true ); $this->current_query = $query; } }