wpdb::get_caller(): string

Retrieves a comma-separated list of the names of the functions that called wpdb.


Return

string Comma-separated list of the calling functions.


Top ↑

Source

File: wp-includes/class-wpdb.php. View all references

public function get_caller() {
	return wp_debug_backtrace_summary( __CLASS__ );
}


Top ↑

Changelog

Changelog
Version Description
2.5.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.