'title', ), array( 'title' => __( 'Enable', 'learnpress' ), 'id' => '[enable]', 'default' => 'yes', 'type' => 'checkbox', ), array( 'title' => __( 'Testing Mode', 'learnpress' ), 'id' => '[sandbox]', 'default' => 'no', 'type' => 'checkbox', 'desc' => __( 'Auto complete the order for testing purpose.', 'learnpress' ), ), array( 'title' => __( 'Instruction', 'learnpress' ), 'id' => '[description]', 'default' => $lp_gateway_offline_payment->description, 'type' => 'textarea', ), array( 'type' => 'sectionend', ), ) );