
內容簡介
Dynamic Functionalities 是一款輕量級多合一工具外掛,將效能優化、轉址管理、登入安全、結構化資料、外部連結控制及程式碼插入等 16 個獨立模組整合於單一外掛中,取代多支單一用途外掛,大幅減少網站負載。
【主要功能】
• 轉址管理:支援 301、302、307、308 轉址,採檔案儲存不佔資料庫
• 登入安全防護:限制登入嘗試次數、鎖定機制、封鎖 XML-RPC
• 外部連結管理:自動加入 nofollow、另開新分頁與例外清單
• Schema 結構化資料:支援 microdata 及 BreadcrumbList JSON-LD 標記
• 頁首頁尾程式碼插入:整合 GA4 追蹤碼及自訂程式碼注入
• 效能清理:停用 Emoji、Embeds 等多餘前端資源以加速載入
外掛標籤
開發者團隊
原文外掛簡介
Replace your plugin stack with one lightweight toolkit
Dynamic Functionalities replaces the stack of single-purpose plugins most WordPress sites depend on. Instead of installing separate plugins for performance cleanup, redirect management, login security, schema markup, external link control, and code snippets, you get 16 purpose-built modules in one package that loads less code than most individual plugins.
Every module is independent. Enable what you need, disable what you don’t. Disabled modules load zero code.
Why Not Just Use Separate Plugins?
A typical WordPress site runs 5-10 utility plugins that each load their own CSS, JS, options, and database queries on every page load. Dynamic Functionalities consolidates these into a single plugin with shared infrastructure:
One autoloader instead of 16 separate plugin bootstraps
Shared options caching across all modules (static properties, not repeated DB calls)
Zero frontend assets unless a module explicitly requires them
Single admin menu instead of scattered settings pages
What It Replaces
Here’s what you can deactivate after installing Dynamic Functionalities:
Redirection / Safe Redirect Manager / 301 Redirects — The Redirect Manager module handles 301, 302, 307, and 308 redirects with file-based storage (no database bloat)
Limit Login Attempts Reloaded / WP Limit Login / Login LockDown — Login Security module covers login attempt limiting, lockout durations, XML-RPC blocking, and login error hiding
External Links / WP External Links — Link Management module automates nofollow, new tab behavior, and exception lists with JSON preset support
Schema Pro / Schema & Structured Data — Schema Settings module adds microdata with itemscope/itemtype support and BreadcrumbList JSON-LD
Insert Headers and Footers / WPCode — Header & Footer Snippets module handles GA4 integration and custom code injection
Jesuspended / Asset CleanUp / Perfmatters — Performance & Cleanup module disables emojis, embeds, REST API links, XML-RPC, feeds, Gravatars, heartbeat, and more
SVG Support / Safe SVG — SVG Icons module lets you upload and insert SVG icons inline in the block editor
Use Any Font / Custom Fonts — Fonts module registers custom font families with @font-face, WOFF2/WOFF, and variable font support
PWA for WP / Super Progressive Web Apps — Progressive Web App module makes your site installable with service worker support
Modules That Don’t Have Alternatives
Some modules solve problems no other free plugin addresses:
Content Integrity — Monitors posts for structural regressions on update: dropped internal links, word count drops, heading structure changes. Catches accidental content loss before it goes live.
Assumption Detection — Watches for technical assumptions that silently break: schema collisions from conflicting plugins, duplicate analytics tags, redundant font loading, missing expected elements.
Components — Define reusable CSS components as selector + rules pairs. Auto-enqueued site-wide without a page builder or theme dependency.
Task Manager — File-based project management inside WordPress admin. No external service, no database tables, no SaaS subscription.
Block Cleanup — Strips wp-block classes from frontend HTML for sites that don’t need them. Cleaner markup, smaller DOM.
Editor Link Suggestions — Limits the block editor link autocomplete to specific post types. Stops irrelevant suggestions from cluttering the link picker.
Performance First
Modular & lazy loaded — Only active modules run code
Static property caching — Options are read once per request, not on every hook
Fast-exit content filters — strpos() checks before any regex or DOM parsing
Transient caching — Heavy operations (JSON parsing, file I/O) are cached
No frontend bloat — No CSS or JS loaded unless a module explicitly needs it
Developer Friendly
Clean namespaced codebase: Functionalities\Features\*, Functionalities\Admin\*
All hooks prefixed with functionalities_ for safe filtering
Every module exposes filters for customization
PSR-4-like autoloader with zero dependencies
GPL-2.0-or-later — fork it, extend it, contribute back
Documentation & Support
Training Lessons — Step-by-step module walkthroughs
GitHub Issues — Bug reports and feature requests
WordPress.org Support — Community support forum
