[wp-trac] [WordPress Trac] #58415: Gutenberg not support on product page in WooCommerce latest version
WordPress Trac
noreply at wordpress.org
Fri May 26 11:00:36 UTC 2023
#58415: Gutenberg not support on product page in WooCommerce latest version
--------------------------+-----------------------------
Reporter: priyank9033 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Editor | Version: 6.2
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
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 );
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/58415>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list