navigation_markup_template

navigation_markup_template

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('navigation_markup_template') is found 1 times:

  • /wp-includes/link-template.php line 3040
    	 * @param string $template  The default template.
    	 * @param string $css_class The class passed by the calling function.
    	 * @return string Navigation template.
    	 */
    	$template = apply_filters( 'navigation_markup_template', $template, $css_class );
    
    	return sprintf( $template, sanitize_html_class( $css_class ), esc_html( $screen_reader_text ), $links, esc_attr( $aria_label ) );
    }
    
    /**
     * Retrieves the comments page number link.