';
if ( $mofile['handle'] ) {
echo '| ' . esc_html( $mofile['domain'] ) . ' (' . esc_html( $mofile['handle'] ) . ') | ';
} else {
echo '' . esc_html( $mofile['domain'] ) . ' | ';
}
echo '' . esc_html( $mofile['type'] ) . ' | ';
if ( self::has_clickable_links() ) {
echo '';
echo self::output_filename( $mofile['caller']['display'], $mofile['caller']['file'], $mofile['caller']['line'] ); // WPCS: XSS ok.
echo ' | ';
} else {
echo '';
echo self::build_toggler(); // WPCS: XSS ok;
echo '';
echo '- ';
echo self::output_filename( $mofile['caller']['display'], $mofile['caller']['file'], $mofile['caller']['line'] ); // WPCS: XSS ok.
echo '
';
echo ' | ';
}
echo '';
if ( $mofile['file'] ) {
echo esc_html( QM_Util::standard_dir( $mofile['file'], '' ) );
} else {
echo '' . esc_html__( 'None', 'query-monitor' ) . '';
}
echo ' | ';
echo '';
if ( $mofile['found'] ) {
echo esc_html( $mofile['found_formatted'] );
} else {
echo esc_html__( 'Not Found', 'query-monitor' );
}
echo ' | ';
echo '
';
}
}
echo '