apply_filters( 'sensei_the_title_html_tag', $title_html_tag ) → {string}
Filter the template html tag for the title
Parameters:
| Name | Type | Description | 
|---|---|---|
$title_html_tag | 
            
            string | HTML tag for title, default is 'h3'.  | 
        
- Since:
 - 1.9.0
 
- Source:
 
Returns:
Filtered HTML tag for title.
- Type
 - string