Scott Nelle
Scott Nelle
Two things are required on a post type definition to trigger Gutenberg to activate: * Gutenberg won’t load for a post type that doesn’t support the default editor. If we...
If you create a checkbox with a default value `true` (checked) within a repeating field group, Fieldmanager fails to save the checkbox state when unchecked, even if '`save_empty'` is set...
Consider adding an argument to the `index` CLI command to allow a minimum post ID to be specified for indexing. A possible means of implementation would be to filter `posts_where`...