A. It records the information in structured arrays on the wp_options table.
bw_typescontains the manually defined custom post typesbw_fieldscontains the manually defined custom fieldsbw_f2tscontains the Fields to Types relationshipsbw_x2tscontains the Taxonomies to Types relationships
- Each instance of a custom post type is created in the
wp_poststable - Each instance of a custom field for a custom post type is created in the
wp_postmetatable - Each instance of a custom taxonomy is created in the
wp_taxonomyand related tables
