register_core_block_style_handles
register_core_block_style_handles ( No parameters )
- Introduced in WordPress: 6.3.0
- Deprecated in WordPress: —
Description
Registers core block style handles.While {@see} is typically used for that, the way it is
implemented is inefficient for core block styles. Registering those style handles here
avoids unnecessary logic and filesystem lookups in the other function.