GochiSiyan

direction RTL

Feb 16th, 2021 (edited)
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. add_action('admin_print_styles',function (){
  2. ?>
  3. <style type="text/css">
  4. .wp-block {
  5. direction:rtl !important;
  6. }
  7. </style>
  8. <?php
  9. },9999);
Add Comment
Please, Sign In to add comment