James Macon

Results 2 comments of James Macon

FWIW: I too was running into this and as a workaround the following worked: ```php // In functions.php add_action( 'acf/init', 'timber_block_init', 10, 0 ); ```

@BrockReece also a fair way of going about it, thanks for getting back. The nice thing with using the `containers` object in the `updated` hook is it lets the `refs.list`...