Support

Account

Home Forums ACF PRO Flexible Content Field Called From Variable Reply To: Flexible Content Field Called From Variable

  • Since you’re using include to include different files, any variable you set in the code where it’s included will be available in the included file.

    If you were using get_template_part() it would be a bit more difficult.