HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/coolswim/wp-content/plugins/woocommerce-multilingual/vendor/otgs/icons/register.php
<?php
/*
 * Register the assets from this repository.
 *
 * DO NOT LOAD this file directly: follow the instructions in loader.php
 *
 * REMEMBER to increase the loader number in loader.php after every major update.
 */

if ( ! function_exists( 'otgs_icons_register_assets' ) ) {
	
	function otgs_icons_register_assets( $assets_data, $assets_version ) {
		/*
		 * Assets handles, in constants.
		 * Note that we define them at init.
		 */
		define( 'OTGS_ASSETS_ICONS_STYLES', 'otgs-icons' );
		
		wp_register_style( OTGS_ASSETS_ICONS_STYLES, $assets_data[ 'url' ] . '/css/otgs-icons.css', array(), $assets_version );
	}

}