For WordPress
GitHub
Home Modules Documentation FAQ Download
Block Cleanup

Strip common wp-block classes from frontend output for cleaner HTML markup and reduced CSS bloat.

  • Remove .wp-block-heading classes
  • Remove .wp-block-list classes
  • Remove .wp-block-image classes
  • Cleaner HTML output
  • Reduced CSS specificity conflicts
Bloat Control (Misc)

Disable unnecessary WordPress features to improve performance and reduce page weight.

  • Disable emojis scripts/styles
  • Disable embeds (oEmbed)
  • Remove REST API discovery links
  • Remove RSD, WLWManifest, shortlink tags
  • Remove WordPress version meta
  • Disable XML-RPC
  • Disable RSS/Atom feeds
  • Disable Dashicons for logged-out users
  • Disable Heartbeat API
  • Disable admin bar on frontend
  • Remove jQuery Migrate
  • Load core block styles separately
  • Disable block-based widget editor
  • Enable PrismJS on admin screens
  • Enable fullscreen for backend textareas
Header & Footer

Google Analytics 4 integration and custom code injection for scripts, styles, and meta tags.

  • Google Analytics 4 integration (measurement ID)
  • Custom header code injection
  • Custom footer code injection
  • Safe sanitization with wp_kses
  • Superadmin-only raw code support
Schema Automation

Add microdata (itemscope/itemtype) to HTML elements for better SEO and rich snippets.

  • Add itemscope/itemtype to tag
  • Optional WPHeader/WPFooter microdata
  • Article microdata with customizable itemtype
  • Automatic headline properties
  • Automatic dates and author properties
Components

Define reusable CSS components as selector + CSS rules with beautiful grid-based UI.

  • Create custom CSS components
  • Auto-enqueue site-wide
  • Cards, buttons, badges presets
  • Chips, alerts, avatars
  • Grids, accordions
  • Expandable accordion interface
  • Grid-based card layout with previews
  • Pagination (24 per page)
Custom Fonts

Register custom font families with @font-face rules for complete typography control.

  • WOFF2 and WOFF support
  • Variable fonts support
  • Font-display control (swap, auto, block, fallback, optional)
  • Multiple font-weight definitions
  • Automatic @font-face generation
GitHub Updates

Automatic plugin updates from GitHub releases for easy maintenance.

  • Automatic update checks
  • Support for public repositories
  • Support for private repositories
  • Configurable cache duration
  • Avoids API rate limits
Content Regression Detection

Detect structural regressions when posts are updated. Compare each post against its own historical baseline.

  • Internal link drop detection with configurable thresholds
  • Word count regression alerts for significant content reduction
  • Heading structure analysis (missing H1, skipped levels)
  • Rolling snapshot storage for historical comparison
  • Block editor integration with pre-publish warnings
  • Admin column showing regression status
  • REST API endpoint for editor integration
  • Configurable percentage and absolute thresholds
Assumption Detection

Monitor when technical assumptions stop being true. Philosophy: "This used to be true. Now it isn't."

  • Schema collision detection (multiple JSON-LD sources)
  • Analytics duplication detection (GA4, GTM, Facebook Pixel)
  • Font redundancy detection (same font from multiple sources)
  • Inline CSS growth tracking (performance debt monitoring)
  • Dashboard UI with acknowledge/ignore actions
  • AJAX-powered interaction
  • Configurable CSS size threshold (default: 50KB)
Task Managerv0.9.9+

Simple task tracking for content and development workflows within the WordPress admin.

  • Create and manage tasks
  • Organize content workflows
  • Track development tasks
  • Prioritization features
  • Clean admin interface
Redirect Managerv0.10.0+

Manage URL redirects directly from the WordPress admin with an easy-to-use interface.

  • Create 301 permanent redirects
  • Create 302 temporary redirects
  • Easy-to-use admin interface
  • Manage all redirects in one place
  • No .htaccess editing required
Login Securityv0.10.0+

Enhanced login protection with attempt limiting and additional security measures.

  • Login attempt limiting
  • Brute force protection
  • Enhanced authentication security
  • Configurable lockout settings
  • Security logging
Developer Note: All modules include comprehensive PHPDoc documentation, hooks, and filters for customization. See the documentation for details.