Sanitize the stylesheet to decode endpoint.
$stylesheetstringrequired
public function _sanitize_stylesheet_callback( $stylesheet ) {
return urldecode( $stylesheet );
}
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rest_themes_controller/_sanitize_stylesheet_callback