`@hasfield('my_field', 113)` render as `<?php if (get_field('my_field')[113]) : ?>` instead `<?php if (get_field('my_field', 113)) : ?>` 