'; $css = ''; if ( ! empty( Kirki::$sections ) ) { foreach ( Kirki::$sections as $section_args ) { if ( isset( $section_args['id'] ) && isset( $section_args['type'] ) && 'outer' === $section_args['type'] || 'kirki-outer' === $section_args['type'] ) { echo '#customize-theme-controls li#accordion-section-' . esc_html( $section_args['id'] ) . '{display:list-item!important;}'; } } } echo ''; } }