stormuk / Gravity-Forms-ACF-Field

Advanced Custom Field custom field to select one or many Gravity Forms
234 stars 70 forks source link

MU-Plugins #1

Open graphicagenda opened 11 years ago

graphicagenda commented 11 years ago

Theme Independent Installation of your ACF add-on

in file wp-acf-addons.php

function acf_add_extended_plugins() { if(function_exists('register_field')) {
register_field('Gravity_Forms_field', dirname(File) . '/custom-fields/gravity_forms.php'); } }

add_action('init', 'acf_add_extended_plugins');

and then just throw in the custom-fields inside mu-plugins Screen Shot 2013-02-10 at 2 20 03 PM