Make WordPress Core

Opened 2 days ago

Closed 2 days ago

#58414 closed defect (bug) (duplicate)

Gutenberg not support on product page in WooCommerce latest version

Reported by: priyank9033's profile priyank9033 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.2
Component: Editor Keywords: needs-patch
Focuses: ui, administration, performance, coding-standards 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 );

Change History (1)

#1 @priyank9033
2 days ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #58415.

Note: See TracTickets for help on using tickets.