Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function wplook_activate_gutenberg_products($can_edit, $post_type){
- if($post_type == 'product'){
- $can_edit = true;
- }
- return $can_edit;
- }
- add_filter('use_block_editor_for_post_type', 'wplook_activate_gutenberg_products', 10, 2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement