navigation_markup_template

navigation_markup_template

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('navigation_markup_template') is found 1 times:

  • /wp-includes/link-template.php line 3056
    3052
    3053
    3054
    3055
    3056
    3057
    3058
    3059
    3060
    3061
    3062
         * @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.