Title: Code in Textarea
Last modified: October 4, 2017

---

# Code in Textarea

 *  [roeeyossef](https://wordpress.org/support/users/roeeyossef/)
 * (@roeeyossef)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/code-in-textarea/)
 * Hi, Great Plugin!
 * I want to allow users to upload code in a simple textarea field. it works great
   except the meta field is “striped” to one line something like this:
 * wp_register_script( ‘slick’, get_stylesheet_directory_uri() . ‘/slick.min.js’,
   array( ‘jquery’ ), ‘1.0.0’, true );
 * I want to be able to leave the input structure of the text area as is like:
 * wp_register_script(
 * ‘slick’, get_stylesheet_directory_uri() . ‘/slick.min.js’, array( ‘jquery’ ),‘
   1.0.0’, true
 * );
 * any suggestions?

The topic ‘Code in Textarea’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/frontend-uploader_81a69d.svg)
 * [Frontend Uploader](https://wordpress.org/plugins/frontend-uploader/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/frontend-uploader/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/frontend-uploader/)
 * [Active Topics](https://wordpress.org/support/plugin/frontend-uploader/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/frontend-uploader/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/frontend-uploader/reviews/)

## Tags

 * [code](https://wordpress.org/support/topic-tag/code/)
 * [textarea](https://wordpress.org/support/topic-tag/textarea/)

 * 0 replies
 * 1 participant
 * Last reply from: [roeeyossef](https://wordpress.org/support/users/roeeyossef/)
 * Last activity: [8 years, 8 months ago](https://wordpress.org/support/topic/code-in-textarea/)
 * Status: not resolved