WooCommerce::dozent_type_in_wc_product( $types )


Source

File: classes/WooCommerce.php

	public function dozent_type_in_wc_product( $types ) {
		$types['dozent_product'] = array(
			'id'          => '_dozent_product',
			//'wrapper_class' => 'show_if_simple',
			'label'       => __( 'For Dozent LMS', 'dozent' ),
			'description' => __( 'This checkmark ensure that this product has course(s) to sell via this product.',
				'dozent' ),
			'default'     => 'no',
		);

		return $types;
	}