You appear to be a bot. Output may be restricted
Description
Remove the no-js
class from body if JS is supported.
Usage
$void = twenty_twenty_one_supports_js();
Parameters
Returns
void
Source
File name: twentytwentyone/inc/template-functions.php
Lines:
1 to 3 of 3
function twenty_twenty_one_supports_js() { echo '<script>document.body.classList.remove("no-js");</script>'; }