Opened 4 months ago
Closed 9 days ago
#58415 closed defect (bug) (invalid)
Gutenberg not support on product page in WooCommerce latest version
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 6.2 |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
Gutenberg editor is not supporting the WooCommece latest version. I used the below filters.
add_filter( 'use_block_editor_for_post_type', 'activate_gutenberg_product', 10, 2 ); add_filter( 'gutenberg_can_edit_post_type', 'activate_gutenberg_product', 10, 2 );
Attachments (2)
Change History (4)
#2
@
9 days ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Hi @priyank9033,
Welcome to Trac! I'm sorry to hear you're experiencing issues with this. It's hard to look into this report further since there's no information about how those two filters are being used.
Additionally, if you're still experiencing this, the best place to raise this issue is to WooCommerce and not Core itself. I'm going to close this ticket out, but if you're able to identify a specific reason why this is a bug in the Core software and not with how WooCommerce is built, feel free to reopen with more details.
Note: See
TracTickets for help on using
tickets.
#58414 was marked as a duplicate.