=== WP Custom Code === Contributors: bboyguil Donate link: https://www.paypal.com/donate/?hosted_button_id=XPG3QWEM8U7YN Tags: code, css, javascript, Requires at least: 3.0.1 Tested up to: 6.4.3 Stable tag: 1.1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Add CSS and Javascript to your pages simply and quickly. WP Custom Code supports CodeMirror. == Description == This plugin adds 3 fields on every page and blog post where you can type your code in a readable interface. In addition to being very light and functional, the WP Custom Code plugin also allows you to work with external libraries. Basque paste the address of the javascript library of your choice in the designated field and you will be able to enjoy this indispensable resource. == Installation == = From inside the dashboard (recommended) = 1. Navigate to `Dashboard` ▸ `Plugins` ▸ `Add New`; 2. Search for `WP Custom Code`; 3. Click `Install`, then `Activate`. = Manual Installation = 1. Download the plugin as a .zip file; 2. Unzip the downloaded file and upload the `wp-custom-code` folder to the `/wp-content/plugins/` directory 1. Navigate to `Dashboard` ▸ `Plugins` and activate the plugin. == Frequently Asked Questions == = Can I run PHP code? = Unfortunately, at the moment the plugin does not support PHP scripts. == Screenshots == 1. The fields will be printed on posts and pages. 2. With CodeMirror it's easier to type your code 3. We added the pt_BR version. 4. The code is not replicated on every page. 5. Add the address of the library you want to add. == Changelog == = 1.1.0 = * Compatible with WordPress 6.0.2. * Added translation for pt_BR = 1.0.0 = * Initial release version.