Free

$0 / month

  • Aida dere
  • Nec feugiat nisl
  • Nulla at volutpat dola
  • Pharetra massa
  • Massa ultricies mi

Developer

$29 / month

  • Aida dere
  • Nec feugiat nisl
  • Nulla at volutpat dola
  • Pharetra massa
  • Massa ultricies mi
Advanced

Ultimate

$49 / month

  • Aida dere
  • Nec feugiat nisl
  • Nulla at volutpat dola
  • Pharetra massa
  • Massa ultricies mi
/// چیزی که من زذم
Advanced

/// چیزی که داخل cmb2 زدم // ========================================= index-pricing.php تنظیمات بخش قیمت ها =====================================// $web_pricing_group = $cmb->add_field( array( 'id' => 'web_pricing_group', 'type' => 'group', 'repeatable' => true, 'options' => array( 'group_title' => __( 'تنظیمات بخش قیمت ها ', 'cmb2' ), 'sortable' => true, 'closed' => true, ), ) ); $cmb->add_group_field( $web_pricing_group, array( 'name' => 'عنوان فیلد ', 'id' => 'pricing_title', 'type' => 'text', ) ); $cmb->add_group_field( $web_pricing_group, array( 'name' => 'قیمت فیلد ', 'id' => 'pricing_money', 'type' => 'text', ) ); $cmb->add_group_field( $web_pricing_group, array( 'name' => 'ویژگی اول', 'id' => 'pricing_1', 'type' => 'text', ) ); $cmb->add_group_field( $web_pricing_group, array( 'name' => 'ویژگی دوم', 'id' => 'pricing_2', 'type' => 'text', ) ); $cmb->add_group_field( $web_pricing_group, array( 'name' => 'ویژگی سوم', 'id' => 'pricing_3', 'type' => 'text', ) ); $cmb->add_group_field( $web_pricing_group, array( 'name' => 'ویژگی چهارم', 'id' => 'pricing_4', 'type' => 'text', ) ); $cmb->add_group_field( $web_pricing_group, array( 'name' => 'ویژگی پنجم', 'id' => 'pricing_5', 'type' => 'text', ) ); $cmb->add_group_field( $web_pricing_group, array( 'name' => 'لینک دکمه', 'id' => 'pricing_link', 'type' => 'text', ) ); $cmb->add_group_field( $web_pricing_group, array( 'name' => ' را تایپ کنید تا این فیلد به رنگ قرمز در آید featured در صورت نیاز کلمه ', 'id' => 'pricing_featured', 'type' => 'text', ) );