Skip to content

13.2.1

Choose a tag to compare

@iruzevic iruzevic released this 18 Jun 12:58
· 7 commits to main since this release
0e58d06

Fixed

  • unregisterDefaultStyleOverrides in AbstractEnqueueBlocks now checks for is_admin() and returns early on the frontend, preventing an unnecessary request to the wp-admin/css URL used to re-register the forms and reset style dependencies. This is an additional safeguard in case the hook is accidentally changed from enqueue_block_editor_assets to enqueue_block_assets, which also fires on the frontend.