Rest and Cron base classes
- New: Theme class property to disable gutenberg for the whole site or specific post types.
- New: Autoptimize post-content filter to add link rel nofollow to external links.
- New: Base class for Cron jobs, which wraps WordPress Cron API and simplify its usage.
- New: Base class for REST Controller, which wraps WordPress REST Controller and simplify its usage.