Remove h2 Tag in screen_reader_text
How can I remove the h2
tag used in the screen reader text? I use the following $args
, but h2 is still in it:
the_comments_pagination( array(
'add_fragment' = '',
'screen_reader_text' = __( 'h3Test/h3' )
) );
Topic wp-parse-args pagination Wordpress
Category Web