wpseek.com
A WordPress-centric search engine for devs and theme authors
navigation_markup_template › WordPress Filter Hooks
Since4.4.0
Deprecatedn/a
› apply_filters( 'navigation_markup_template', $template, $css_class )
Parameters: (2) |
|
Returns: |
|
Defined at: |
|
Codex: |
Filters the navigation markup template.
Note: The filtered template HTML must contain specifiers for the navigation class (%1$s), the screen-reader-text value (%2$s), placement of the navigation links (%3$s), and ARIA label text if screen-reader-text does not fit that (%4$s):
<nav class="navigation %1$s" aria-label="%4$s">
<h2 class="screen-reader-text">%2$s</h2>
<div class="nav-links">%3$s</div>
</nav>
Related Functions: _navigation_markup, get_tag_template, get_search_template, get_author_template, get_archive_template, get_front_page_template