Viewing 1 replies (of 1 total)
  • Thread Starter picsporadic

    (@picsporadic)

    something like this function?

    function wplook_activate_gutenberg_products($can_edit, $post_type){
    	if($post_type == 'product'){
    		$can_edit = true;
    	}
    	
    	return $can_edit;
    }
    • This reply was modified 5 years, 10 months ago by picsporadic.
Viewing 1 replies (of 1 total)

The topic ‘Gutenberg Support’ is closed to new replies.