Untitled
Anonymous
php
04/16/2024 6:58 AM
296 B
14
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