Advanced Custom Fields – Code Area Field

plugin banner

Adds a 'Code Area' textarea editor field type for the Advanced Custom Fields WordPress plugin.

Author:Taylor Mitchell-St.Joseph (profile at wordpress.org)
WordPress version required:3.3
WordPress version tested:3.5.2
Plugin version:1.0.0
Added to WordPress repository:20-06-2013
Last updated:23-04-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:76
Rated by:10
Plugin URI:https://github.com/taylormsj/acf-code_area-fi...
Total downloads:49 763
Active installs:500+
plugin download
Click to start download

The ‘Code Area’ field allows you to add custom CSS, Javascript, HTML and PHP to an advanced custom field, whcih can be use anywhere in your wordpress template files.

The code area uses Code Mirror and has various themes to suit.

CSS
Type your css, no tags needed

Javascript
Type your Javascript, no tags needed

PHP
Type your PHP, no tags needed (Note, you can not open and close php tags anywhere in your code)

Output all types of code in the usual fashion the_field(‘code_area_field’);

Compatible with both ACF V3 & V4


Screenshots