get_num_queries(): int In this article Table of ContentsReturn Source Changelog ↑ Back to top Retrieves the number of database queries during the WordPress execution. Return int Number of database queries. Source function get_num_queries() { global $wpdb; return $wpdb->num_queries; } View all references View on Trac View on GitHub Changelog VersionDescription2.0.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.