wpdb::get_caller()
Retrieves a comma-separated list of the names of the functions that called wpdb.
Welcome to the WPPaste WordPress Method index. This page contains a an alphabetically sorted list of methods that are available for use in WordPress. Each method has a brief description of what it does and how it can be used. To find out more about a particular method, simply click on the method name.
Retrieves a comma-separated list of the names of the functions that called wpdb.
Retrieves the database character collate.
Retrieves one column from the database.
Retrieves the character set for the given column.
Retrieves column metadata from the last query.
Retrieves the maximum string length allowed in a given column.
Retrieves an entire SQL result set from the database (i.e., many rows).
Retrieves one row from the database.
Retrieves the character set for the given table.
Finds the first table name referenced in a query.