HEX
Server: LiteSpeed
System: Linux premium260.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: aliazzsr (627)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/aliazzsr/trn2.mesegroup.de/wp-content/themes/yith-wonder/inc/register-block-variations.php
<?php
/**
 * Block variations.
 *
 * @package yith-wonder
 * @since 2.1.0
 */

/**
 * Create block variations.
 *
 * @see https://developer.wordpress.org/block-editor/reference-guides/block-api/block-variations/
 *
 * @since 2.1.0
 *
 * @return void
 */
function yith_wonder_register_block_variations() {
	wp_enqueue_script(
		'yith-wonder-block-variations',
		get_template_directory_uri() . '/assets/js/block-variations.js',
		array( 'wp-blocks' ),
		YITH_WONDER_VERSION,
		true
	);
}
add_action( 'enqueue_block_editor_assets', 'yith_wonder_register_block_variations' );