Skip to content

Instantly share code, notes, and snippets.

@edtoken
Created March 31, 2014 12:36
Show Gist options
  • Save edtoken/9891347 to your computer and use it in GitHub Desktop.
Save edtoken/9891347 to your computer and use it in GitHub Desktop.
if ( current_user_can( 'administrator' ) ) {
global $wpdb;
echo 'Всего: ' . count($wpdb->queries);
echo "<pre>";
print_r( $wpdb->queries );
echo "</pre>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment