Support

Account

Home Forums General Issues Check if exists fields functions.php Reply To: Check if exists fields functions.php

  • You need to check if the field has content

    
    if (get_field('product_video')) {
      // your echo statements go here
    }