Untitled

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