wpdb::timer_start()
Starts the timer, for debugging purposes.
Method of the class: wpdb{}
No Hooks.
Return
true
.
Usage
global $wpdb; $wpdb->timer_start();
Changelog
Since 1.5.0 | Introduced. |
wpdb::timer_start() wpdb::timer start code WP 6.3
public function timer_start() { $this->time_start = microtime( true ); return true; }