WordPress FSE post_type Content Types
If you’re working with WordPress Full Site Editing (FSE), you’ll eventually discover that much of the magic is stored in the wp_post table of the database. Identify what is stored in the table relevant to FSE by the value of the post_type column. Use the following SQL to return a list of the unique post_type…