'تنظیمات بیشتر محصول ووسلام', 'target' => 'basalam_product_data', 'class' => ['basalam-product-tab'], ]; return $tabs; } public static function renderTabContent() { global $post; echo '
'; } public static function saveTabData($post_id) { MobileFields::saveCheckbox($post_id); GoldFields::saveCheckbox($post_id); TypeFields::saveCheckbox($post_id); PriceIncreaseField::saveField($post_id); WholesaleField::saveCheckbox($post_id); } }