Ability to change a height of a textarea.

[ad_1]

Hi @stevenmatts,

Thank you for your message, we’re happy to hear you are enjoying WPCode!

Regarding the code area height, you can add a snippet to adjust that, just use the following code:


add_action( 'wpcode_admin_page_content_wpcode-snippet-manager', function() {
	echo '<style>.CodeMirror {height: 800px;}</style>';
});

Please set the code type to “PHP” and use Admin-only for the Auto-insert location.

You can also adjust the 800px to whatever fits your needs.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer