Home

Awesome

Advanced Custom Fields: Widget Area Field

Add-on to Advanced Custom Fields that allows you to pick a widget area to be displayed on a page as a custom field.

As of version 1.0, support for ACF v5 is included.

Compatibility

This add-on will work with:

Installation

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

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

function my_register_fields() {
	include_once( 'acf-widget_area/acf-widget_area.php' );
}