Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
support featured image
Browse files Browse the repository at this point in the history
  • Loading branch information
TVBZ committed Aug 15, 2020
1 parent 5a17904 commit d635a5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion woocommerce-3Dconfigurator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Custom WooCommerce plugin for treespoke.com 3D configurator products
* Plugin URI: https://github.com/TVBZ/woocommerce-3Dconfigurator
* Author: Tom F. Vanbrabant
* Version: 0.4
* Version: 0.5
*/


Expand Down Expand Up @@ -40,6 +40,11 @@ function create_3Dconfigurator_custom_post_type()
'labels' => $labels,
'public' => true,
'publicly_queryable' => true,
'supports' => array(
'title',
'editor',
'thumbnail'
),
'has_archive' => false,
'rewrite' => array(
'slug' => 'configureer',
Expand Down

0 comments on commit d635a5a

Please sign in to comment.