wpdb::get_var()
Method: Retrieves one variable from the database.
Source: wp-includes/class-wpdb.php:2882
Method: Retrieves one variable from the database.
Source: wp-includes/class-wpdb.php:2882
Method: Stops the debugging timer.
Source: wp-includes/class-wpdb.php:3776
Filter Hook: Filters the database query.
Source: wp-includes/class-wpdb.php:2219
Function: Authenticates a user, confirming the username and password are valid.
Source: wp-includes/user.php:135
Method: Returns an array of WordPress tables.
Source: wp-includes/class-wpdb.php:1144
Method: Checks that the connection to the database is still up. If not, try to reconnect.
Source: wp-includes/class-wpdb.php:2119
Method: Retrieves one row from the database.
Source: wp-includes/class-wpdb.php:2916
Method: Wraps errors in a nice header and footer and dies.
Source: wp-includes/class-wpdb.php:3792
Filter Hook: Filters the table charset value before the DB is checked.
Source: wp-includes/class-wpdb.php:3071
Function: Authenticates a user using the email and password.
Source: wp-includes/user.php:219