Support

Account

Home Forums ACF PRO Trying to access array offset Reply To: Trying to access array offset

  • $field = get_field_object( $selector, $post_id, false );

    is returning false. This means that either the field does not exist or you are trying to use an ACF function before ACF has initialized.