Hooks
Auto-Generate Post Title
Automatically generates a post title from the current date and time for posts that use the "notes" layout and have no title set.
Hook:
on_filter_post
Bunny CDN Purge
Purges your Bunny CDN pull zone cache whenever a post or page is published, updated, or deleted.
Hooks:
on_post_published on_post_updated on_post_deleted on_page_published on_page_updated on_page_deleted
Convert Uploaded Images to WebP
Automatically converts uploaded images to WebP format and resizes them to a maximum of 1200px wide.
Hook:
on_image_uploaded
Email Obfuscation
Encodes your site email address as HTML entities to deter scrapers.
Hook:
on_filter_content
Post Notes to Mastodon
Automatically posts content from your Notes layout to Mastodon when published.
Hook:
on_post_published
Syntax Highlighting
Adds syntax highlighting to fenced code blocks using the highlight.php library.
Hook:
on_render_markdown