Support

Account

Home Forums ACF PRO Use acf-json in a plugin Reply To: Use acf-json in a plugin

  • Hi @joao_paulin

    Yes, you can use the local json feature to include fields within a plugin. To find the plugin’s url/path, please use these functions:

    path: plugin_dir_path( __FILE__ )
    url: plugin_dir_url( __FILE__ )