You appear to be a bot. Output may be restricted
Description
Returns an array of variables for the customizer preview.
Usage
$array = twentytwenty_get_customizer_color_vars();
Parameters
Returns
array
Source
File name: twentytwenty/functions.php
Lines:
1 to 11 of 11
function twentytwenty_get_customizer_color_vars() { $colors = array( 'content' => array( 'setting' => 'background_color', ), 'header-footer' => array( 'setting' => 'header_footer_background_color', ), ); return $colors; }