WP_Interactivity_API::print_router_loading_and_screen_reader_markup()

In this article

This method has been deprecated. Use {@see WP_Interactivity_API::print_router_markup} instead.

Deprecated.

Source

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();
}

Changelog

VersionDescription
6.7.0Use WP_Interactivity_API::print_router_markup instead.
6.5.0Introduced.

User Contributed Notes

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