esc_html__( 'Sidebar', 'air-light' ), 'id' => 'sidebar-1', 'description' => esc_html__( 'Add widgets here.', 'air-light' ), 'before_widget' => '
', 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

', ) ); } // end widgets_init /** * Register custom setting group post ids for Air Helper. */ function custom_settings_post_ids( $post_ids = [] ) { if ( ! isset( THEME_SETTINGS['custom_settings_post_ids'] ) ) { return $post_ids; } return wp_parse_args( THEME_SETTINGS['custom_settings_post_ids'], $post_ids ); } // end custom_settings_post_ids