Plugin info

Total downloads: 102,418
Active installs: 400
Total reviews: 10
Average rating: 3.8
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/23/2014 (4362 days ago)
Added to WordPress: 6/20/2013 (12 years old)
Minimum WordPress version: 3.3
Tested up to WordPress version: 3.5.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 4362 days ago • 10 reviews

24/100

Is Advanced Custom Fields – Code Area Field abandoned?

Possibly abandoned (last update 4362 days ago).

Compatibility

Requires WordPress: 3.3
Tested up to: 3.5.2
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Advanced Custom Fields: Font Awesome Field
Rating 4.8/5 (36 reviews)Active installs 100,000
ACF Content Analysis for Yoast SEO
Rating 4.2/5 (34 reviews)Active installs 100,000
Table Field Add-on for ACF and SCF
Rating 4.9/5 (59 reviews)Active installs 60,000
Advanced Custom Fields: Gravity Forms Add-on
Rating 4.2/5 (13 reviews)Active installs 30,000
ACF Theme Code for Advanced Custom Fields
Rating 5.0/5 (42 reviews)Active installs 10,000
Advanced Custom Fields: Nav Menu Field
Rating 5.0/5 (33 reviews)Active installs 10,000

Description

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

Installation

This add-on can be treated as both a WP plugin and a theme include.

Install as Plugin
Copy the ‘acf-code_area’ folder into your plugins folder
Activate the plugin via the Plugins admin page

Include within theme
Copy the ‘acf-code_area’ folder into your theme folder (can use sub folders). You can place the folder anywhere inside the ‘wp-content’ directory
Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-cf7.php file)

add_action('acf/register_fields', 'my_register_fields');

function my_register_fields()
{
    include_once('acf_code_area-field/acf_code_area-v3.php');
}

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. Code Area field options

    Code Area field options

  2. Editing a Code Area field

    Editing a Code Area field

Changelog

No changelog available