Support

Account

Home Forums Bug Reports Notice: Undefined index: value (…)\core\location.php on line 397 Reply To: Notice: Undefined index: value (…)\core\location.php on line 397

  • There are also other methods of doing what you’re attempting to do, for example, setting an location rule that requires two (AND) things that cannot possibly happen at the same time, like a post being equal to 2 different posts, or the post type being equal to 2 different post types.

    The main issue with doing it this way instead of setting a field group to inactive is that ACF takes the time to go through the process of seeing if the groups should be shown, which is an unnecessary process that takes time and reduces performance. When you set the group to inactive then there is no wasted time as ACF tests to see if the field group should be shown.