A community library of hooks for Pure Blog.

Hooks

Auto-Generate Post Title

by Kev Quirk

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

by Kev Quirk

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

by Kev Quirk

Automatically converts uploaded images to WebP format and resizes them to a maximum of 1200px wide.

Hook: on_image_uploaded

Email Obfuscation

by Kev Quirk

Encodes your site email address as HTML entities to deter scrapers.

Hook: on_filter_content

Post Notes to Mastodon

by Kev Quirk

Automatically posts content from your Notes layout to Mastodon when published.

Hook: on_post_published

Syntax Highlighting

by Kev Quirk

Adds syntax highlighting to fenced code blocks using the highlight.php library.

Hook: on_render_markdown