Support

Account

Home Forums Gutenberg ACF Block is not displayed Reply To: ACF Block is not displayed

  • Before I created the block, I used a get_field (“field_name”, “Options”) in Functions.php.
    If I swap these lines, the block works.

    The function get_field blocks the rendering of the blocks.

    I had a simple query whether the block should be active in an option page with ACF fields.

    Is it possible that there is a bug here?