php
<?php
add_action(
'admin_head'
,
function
()
{
?>
<style>
</style>
<?php
} );