WP_Interactivity_API::print_router_loading_and_screen_reader_markup()

In this article

Outputs the markup for the top loading indicator and the screen reader notifications during client-side navigations.

Description

This method prints a div element representing a loading bar visible during navigation, as well as an aria-live region that can be read by screen readers to announce navigation status.

Source

		$this->context_stack[] = end( $this->context_stack );
	}
}

/**
 * Processes the `data-wp-bind` directive.
 *
 * It updates or removes the bound attributes based on the evaluation of its
 * associated reference.
 *
 * @since 6.5.0
 *
 * @param WP_Interactivity_API_Directives_Processor $p               The directives processor instance.
 * @param string                                    $mode            Whether the processing is entering or exiting the tag.
 */
private function data_wp_bind_processor( WP_Interactivity_API_Directives_Processor $p, string $mode ) {

Changelog

VersionDescription
6.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.