wpdb::get_caller(): string

In this article

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

Return

string Comma-separated list of the calling functions.

Source

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

Changelog

VersionDescription
2.5.0Introduced.

User Contributed Notes

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