• Resolved ephemera911

    (@ephemera911)


    I have a piece of code in a custom template which no longer works and I can’t find how to fix it in the documentation.

    <td class="zone"><?php the_field( 'picking_zone', $item['product_id'] ); ?></td>

    I tried to edit it by copying the custom field in the way it is shown in the documentation

    <?php $this->custom_field('picking_zone', $item['product_id'] ); ?>
    

    That did not work, but at least it didn’t break anything.
    Where can I find out how to fix it?

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom field code not working since update’ is closed to new replies.