Untitled
unknown
php
2 years ago
213 B
6
Indexable
add_action( 'wp_head', function() {
if ( $status_color = mdcs_get_status_color() ) {
?>
<style>
:root { --status-color: <?= $status_color ?>; }
</style>
<?php
}
} );Editor is loading...
Leave a Comment