We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.
Where are inputs for custom post editor settings store in the sqlite database?
Hello! I created a number of custom fields for my Post Settings using the Post Editor API. When I fill out info in these custom fields for each post, where is it stored in the sqlite database? I would like to quickly add some posts from a spreadsheet to speed up my workflow, and would like to programmatically fill out those fields as well.
I’ve found the answer to my own question: it’s under the “posts_additional_data” table, under the “value” column for the record that has “postViewSettings” as the key.