Skip to content

@hasfield render argument in wrong place #63

@aitormendez

Description

@aitormendez

@hasfield('my_field', 113)

render as

<?php if (get_field('my_field')[113]) : ?>

instead

<?php if (get_field('my_field', 113)) : ?>

Captura de pantalla 2021-08-07 a las 18 42 19

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions