array( 'id' => 'post-global-sidebar', 'value' => 'global-sidebar', 'label' => esc_html__( 'Global sidebar', 'aviation-industry' ), ), 'right-sidebar' => array( 'id' => 'post-left-sidebar', 'value' => 'right-sidebar', 'label' => esc_html__( 'Right sidebar', 'aviation-industry' ), ), 'left-sidebar' => array( 'id' => 'post-right-sidebar', 'value' => 'left-sidebar', 'label' => esc_html__( 'Left sidebar', 'aviation-industry' ), ), 'no-sidebar' => array( 'id' => 'post-no-sidebar', 'value' => 'no-sidebar', 'label' => esc_html__( 'No sidebar', 'aviation-industry' ), ), ); function aviation_industry_category_add_form_fields_callback() { $image_id = null; ?>
term_id; $aviation_industry_image = ''; $aviation_industry_image = get_term_meta( $aviation_industry_term_id, 'term_image', true ); ?>