wpdb::timer_start(): true In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Starts the timer, for debugging purposes. Return true Source public function timer_start() { $this->time_start = microtime( true ); return true; } 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.