wpdb::get_caller(): string In this article Table of ContentsReturn Source Related Changelog ↑ Back to top 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__ ); } View all references View on Trac View on GitHub Related UsesDescriptionwp_debug_backtrace_summary()wp-includes/functions.phpReturns a comma-separated string or array of functions that have been called to get to the current point in code. Used byDescriptionwpdb::_do_query()wp-includes/class-wpdb.phpInternal function to perform the mysqli_query() call. wpdb::print_error()wp-includes/class-wpdb.phpPrints SQL/DB error. Changelog VersionDescription2.5.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.