Advertisement
arie_cristianD

change_url_color_in_post_edit

Aug 14th, 2023 (edited)
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. add_action(
  2.     'admin_head',
  3.     function() {
  4.         echo '
  5.    <style>
  6.  
  7. .editor-styles-wrapper .wp-block a {
  8. color: black !important;
  9. }
  10. </style>
  11.    ';
  12.     }
  13. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement