functions-debug-information.php 122 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <?php function get_debug_info() { global $sitepress, $wpdb; return new WPML_Debug_Information( $wpdb, $sitepress ); }