Answer the question
In order to leave comments, you need to log in
How to add Google Analytics output from Redux Framework?
Good evening,
I want to add Google analytics output from Redux Framework. To do this, added to config.php
array(
'id' => 'custom_js',
'type' => 'textarea',
'title' => __('Add JS'),
'desc' => __('Place your custom javascript'),
'default' => ''
),
Answer the question
In order to leave comments, you need to log in
The answer is late, but still. You need to specify an argument for the textarea field.
It will turn out something like this:
array(
'id'=>'map',
'type' => 'textarea',
'title' => __('Код карты'),
'subtitle' => __(''),
'desc' => __('Описание', 'redux-framework-demo'),
'validate' => 'js',
'default' => ''
),
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question