Advertisement
arie_cristianD

add additional style on admin interface

Jan 9th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. add_action(
  2. 'admin_head',
  3. function () {
  4. ?>
  5. <style>
  6. .shortcode-tab.active {
  7. z-index : 99999999;
  8. }
  9. </style>
  10.  
  11. <?php
  12. }
  13. );
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement