wp_enqueue_block_style_variation_styles()WP 6.6.0

Enqueues styles for block style variations.

Internal function — this function is designed to be used by the kernel itself. It is not recommended to use this function in your code.

No Hooks.

Return

null. Nothing (null).

Usage

wp_enqueue_block_style_variation_styles();

Changelog

Since 6.6.0 Introduced.

wp_enqueue_block_style_variation_styles() code WP 6.7.1

function wp_enqueue_block_style_variation_styles() {
	wp_enqueue_style( 'block-style-variation-styles' );
}