Advanced Custom Fields – Code Area Field
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
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');
}
Screenshots


Alternative Plugins for Advanced Custom Fields – Code Area Field
Extends and enhances the block editor (Gutenberg) and the classic editor (TinyMCE).
Categories: General
ACF helps customize WordPress with powerful, professional and intuitive fields. Proudly powering over 2 million sites, WordPress developers love ACF.
Categories: General
Admin UI for creating custom content types like post types and taxonomies
Categories: General
Flexible sidebars for custom classic widget configurations on any page or post. Create custom sidebars with ease!
Categories: General
Set custom permalinks on a per-post, per-tag or per-category basis.
Categories: General
Adds extra options to WordPress' built-in Automatic Updates feature.
Categories: General
Control the appearance of WordPress post excerpts
Categories: General
The Custom Field Template plugin extends the functionality of custom fields.
Categories: General
Custom Login allows you to easily customize your admin login page, works great for client sites!
Categories: General
Discover the Lists with Advanced Custom Fields – Code Area Field
CRM - Project Management - Intranet
By 3lab_tv
Useful Plugins for: CRM, Project Management and/or Intranet Solutions
FarrowSystem.EU - ALL Plugins
A save of all the plugins from when it was migrated from multisite. Just for historical purposes.