Make WordPress Core

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: priyank9033's profile priyank9033 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)

Screenshot 2023-05-26 at 4.20.58 PM.png (161.8 KB) - added by priyank9033 4 months ago.
Screenshot 2023-05-26 at 4.22.27 PM.png (193.7 KB) - added by priyank9033 4 months ago.

Download all attachments as: .zip

Change History (4)

#1 @priyank9033
4 months ago

#58414 was marked as a duplicate.

#2 @desrosj
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.