=' ) ) { $astra_row = wp_parse_args( $args, array( 'row' => '' ) ); $astra_row = isset( $astra_row['row'] ) ? $astra_row['row'] : ''; } if ( Astra_Builder_Helper::is_row_empty( $astra_row, 'header', 'mobile' ) ) { $astra_customizer_editor_row = 'section-' . esc_attr( $astra_row ) . '-header-builder'; $astra_is_transparent_header_enable = astra_get_option( 'transparent-header-enable' ); if ( 'primary' === $astra_row && $astra_is_transparent_header_enable ) { $astra_customizer_editor_row = 'section-transparent-header'; } $astra_row_label = ( 'primary' === $astra_row ) ? 'main' : $astra_row; ?>