Matthew Boynes
Matthew Boynes
Forms can get out of hand quickly and easily when you use `display_if` to create content entry workflows. When you build these complex trees, especially ones with repeatables, it takes...
### Description of the bug When using model events, I hit an exception: ``` PHP Fatal error: Uncaught InvalidArgumentException: Model event dispatcher not set: [App\Models\My_Model] in [...]/mantle-framework/src/mantle/database/model/concerns/trait-has-events.php:38 ``` It looks...
If SearchPress is used to replace core search, attachments will show up in search results by default. This was a deliberate decision way-back-when, but I don't think it was the...
### Description SearchPress [currently excludes internal post statuses in indexing](https://github.com/alleyinteractive/searchpress/blob/f817b9091b64d4ab83db7b7af10c789ee507b6ed/lib/class-sp-config.php#L61), with [an exception carved out for `inherit`](https://github.com/alleyinteractive/searchpress/blob/f817b9091b64d4ab83db7b7af10c789ee507b6ed/lib/class-sp-config.php#L63-L64). This made sense at the time that code was written, as it only...
Refs #886 ## TODO - [ ] Test the GitHub action somehow