Forums
(@frsonline)
2 years, 10 months 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 );