W3cubDocs

/WordPress

wpdb::timer_start(): true

Starts the timer, for debugging purposes.

Return

true

Source

public function timer_start() {
	$this->time_start = microtime( true );
	return true;
}

Changelog

Version Description
1.5.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wpdb/timer_start