_navigation_markup
- %1$s is private and should not be used in themes or plugins directly.
_navigation_markup ( $links, $css_class = 'posts-navigation', $screen_reader_text = '', $aria_label = '' )
Access:Parameters:- (string) links Navigational links.
- (string) css_class Optional. Custom class for the nav element. Default 'posts-navigation'.
- (string) screen_reader_text Optional. Screen reader text for the nav element. Default 'Posts navigation'.
- (string) aria_label Optional. ARIA label for the nav element. Defaults to the value of `$screen_reader_text`.
Returns:- (string) Navigation template tag.
Defined at:Change Log: - Introduced in WordPress: 4.1.0
- Deprecated in WordPress: —
Description
Wraps passed links in navigational markup.