The generate_show_entry_header
filter allows you remove the entire <header class="entry-header">
element.
add_filter( 'generate_show_entry_header', '__return_false' );
The generate_show_entry_header
filter allows you remove the entire <header class="entry-header">
element.
add_filter( 'generate_show_entry_header', '__return_false' );