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
| Version | Description |
|---|---|
| 6.7.0 | Use WP_Interactivity_API::print_router_markup instead. |
| 6.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.