Cartflows_Gb_Helper::get_css_value( string $value = '', string $unit = '' )
Get CSS value
Description
Syntax:
get_css_value( VALUE, UNIT );
E.g.
get_css_value( VALUE, ’em’ );
Parameters
- $value
-
(string) (Optional) CSS value.
Default value: ''
- $unit
-
(string) (Optional) CSS unit.
Default value: ''
Source
File: modules/gutenberg/classes/class-cartflows-gb-helper.php
Changelog
Version | Description |
---|---|
x.x.x | Introduced. |