Forums
(@frsonline)
4 years, 1 month ago
use this code in your functions.php file
add_filter( ‘wcfm_product_types’, function( $pro_types ) { $pro_types[‘car_listing’] = __( ‘Car Listing’, ‘woocommerce’ ); return $pro_types; }, 50 );