Theme Options $options = get_option('visualmodo'); $footer_boxed_or_stretched = $options['footer_boxed_or_stretched'] ?? 'container'; $footer_color_theming = $options['footer_color_theming'] ?? 'dark-theme'; $layout = $options['footer_layout']['Enabled'] ?? array('top', 'widgets', 'bottom') ; // Custom Code $custom_css_footer = $options['custom_css_footer'] ?? ''; $custom_js_footer = $options['custom_js_footer'] ?? ''; ?> '. $custom_css_footer .''; ?> '. $custom_js_footer .''; ?>