Add WooCommerce Products to the Appearance->Menus screen in WordPress so that products can be easily added to menus rather than using Custom Links to the URLs of products
This commit is contained in:
parent
ed8afe992c
commit
454181ec86
|
@ -774,7 +774,7 @@ class Woocommerce {
|
|||
'query_var' => true,
|
||||
'supports' => array( 'title', 'editor', 'excerpt', 'thumbnail', 'comments', 'custom-fields', 'page-attributes' ),
|
||||
'has_archive' => $base_slug,
|
||||
'show_in_nav_menus' => false
|
||||
'show_in_nav_menus' => true
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue