[ad_1]
Hi @pumpaxxl,
Thank you for your feedback, happy to hear you like the plugin.
Regarding the code editor, you can use the following snippet to adjust the code editor height, set it to Auto-Insert “Admin-Only” & activate.
add_action( 'wpcode_admin_page_content_wpcode-snippet-manager', function() {
echo '<style>.CodeMirror {height: 800px;}</style>';
});Change 800px to whatever works for you.
