-
Notifications
You must be signed in to change notification settings - Fork 585
Closed
Description
Hi this is not really an issue, I was just wondering if you can access the default values of lets say the typography field from the global variable $global_redux, or any other way.
array(
'id' => 'main_font',
'type' => 'typography',
'color' => false,
'font-size' => false,
'font-style' => false,
'font-weight' => false,
'letter-spacing' => true,
'line-height' => false,
'text-align' => false,
'subsets' => false,
'default' => array(
'font-family' => 'Roboto Condensed',
'google' => true,
'letter-spacing' => '0.5px',
'font-size' => '18px',
),
),
Something like this:
Redux->get_default('main_font','font-size');
or
$global_redux['main_font']['default']['font-size'];
Metadata
Metadata
Assignees
Labels
No labels