wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



get_num_queries › WordPress Function

Od2.0.0
Przestarzałyn/a
get_num_queries ( Brak parametrów )
Powrót:
  • (int) Number of database queries.
Zdefiniowane na:
Codex:

Retrieves the number of database queries during the WordPress execution.



Źródło

function get_num_queries() {
	global $wpdb;
	return $wpdb->num_queries;
}