Sanitize the stylesheet to decode endpoint.
Parameters
$stylesheetstringrequired- The stylesheet name.
Source
public function _sanitize_stylesheet_callback( $stylesheet ) {
return urldecode( $stylesheet );
}
Changelog
| Version | Description |
|---|---|
| 5.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.