I what to change my Table name to H3.
add_filter( 'tablepress_print_name_html_tag', 'heymrdj27_tablepress_change_table_name_h2_to_h3', 10, 2 );
function heymrdj27_tablepress_change_table_name_h2_to_h3( $tag, $table_id ) {
$tag = 'h3';
return $tag;
}
this code is working in the firefox browser but when I open it in google chrome it shows in H2 only.
you can check it at – https://sciaxis.org/clinical-trial/magnetic-assisted-robotic-surgery-initial-case-series-of-reduced-port-robotic-prostatectomy/