Support

Account

Home Forums Add-ons Options Page get the value of an options field in a plugin Reply To: get the value of an options field in a plugin

  • You can copy ACF into your plugin folder and include it (http://www.advancedcustomfields.com/resources/how-to/including-acf-in-a-plugin-theme/):

    include_once('advanced-custom-fields/acf.php' );

    Might be a better way…