[FIX] Plugin breaking after WordPress Version 5.9
-
If this plugin is breaking your site, deactivate this plugin and add the following code in your custom code :
add_action( 'wp_footer', function () { ?> <style> html[dir="rtl"] #ct-controller-ui { direction: ltr; } </style> <?php }, 999 );
- The topic ‘[FIX] Plugin breaking after WordPress Version 5.9’ is closed to new replies.