wp_enqueue_block_style_variation_styles()
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() 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' ); }