Advertisement
arie_cristianD

change_link_in_post_editor

Aug 11th, 2023
66
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.     'after_setup_theme',
  3.     function() {
  4.         echo '
  5.     <style>
  6.  
  7. .editor-styles-wrapper .wp-block a {
  8. color: aqua !important;
  9. }
  10. </style>
  11.     ';
  12.     }
  13. );
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement