WP_Interactivity_API::print_router_loading_and_screen_reader_markuppublicWP 6.5.0

Deprecated since 6.7.0. It is no longer supported and may be removed in future releases. See {@see WP_Interactivity_API::print_router_markup}.

Deprecated.

Method of the class: WP_Interactivity_API{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WP_Interactivity_API = new WP_Interactivity_API();
$WP_Interactivity_API->print_router_loading_and_screen_reader_markup();

Changelog

Since 6.5.0 Introduced.
Deprecated since 6.7.0 Use {@see WP_Interactivity_API::print_router_markup} instead.

WP_Interactivity_API::print_router_loading_and_screen_reader_markup() code WP 7.0

public function print_router_loading_and_screen_reader_markup() {
	_deprecated_function( __METHOD__, '6.7.0', 'WP_Interactivity_API::print_router_markup' );

	// Call the new method.
	$this->print_router_markup();
}