Skip to content

v1.0.2 — Optional auto-inject breadcrumbs

Choose a tag to compare

@ctala ctala released this 15 May 15:14
· 13 commits to main since this release

Adds optional auto-inject of breadcrumbs before post content via the_content filter. Drop-in replacement for SmartCrawl/Yoast breadcrumb injection without theme changes.

Enable: add_filter( 'lean_seo_auto_inject_breadcrumbs', '__return_true' );

Off by default — themes that already call lean_seo_breadcrumbs() remain unchanged.