Skip to content

Rest and Cron base classes

Compare
Choose a tag to compare
@aprokopenko aprokopenko released this 22 Aug 12:40
· 14 commits to master since this release
ef636b6
  • 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.