$tab ) { if ( empty( $tab['title'] ) ) { unset( $input['affiliate_area_tabs'][ $key ] ); } else { $input['affiliate_area_tabs'][ $key ]['title'] = sanitize_text_field( $tab['title'] ); } } return $input; } /** * Render the table * @since 1.0.0 */ public function tabs_table() { $tabs = affiliatewp_affiliate_area_tabs()->get_tabs(); $count = count( $tabs ); ?>