wpdb::timer_stop(): float In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Stops the debugging timer. Return float Total time spent on the query, in seconds. Source public function timer_stop() { return ( microtime( true ) - $this->time_start ); } View all references View on Trac View on GitHub Related Used byDescriptionwpdb::_do_query()wp-includes/class-wpdb.phpInternal function to perform the mysqli_query() call. Changelog VersionDescription1.5.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.