| 开发者 | pierreferrolliet |
|---|---|
| 更新时间 | 2026年5月22日 20:27 |
| PHP版本: | 8.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPL-2.0-or-later |
| 版权网址: | 版权信息 |
[tidy_author_box] or [tidy_author_box user_id="123"]tidy-author-box folder to /wp-content/plugins/Yes. If no custom avatar is uploaded, Tidy Author Box falls back to Gravatar automatically.
Yes. Go to Settings > Tidy Author Box and select which post types should display the author box.
Co-authors support is available in the Pro version.
Guest authors (without a WordPress account) are available in the Pro version.
Yes. Tidy Author Box uses a shortcode and a Gutenberg block, both compatible with all major page builders.
wp_kses() and an explicit SVG allowlist.tidy-author-boxes and tidy-my-author-box to avoid conflicts with other plugins.[tidy_author_box] (replaces the previous generic [author_box] tag).sanitize_text_field( wp_unslash() ) before passing them to wp_verify_nonce().load_plugin_textdomain() call now that translations are auto-loaded by WordPress.org.apbx_default_settings filter so add-on plugins can register their own setting defaults.Domain Path: /languages header so WordPress 6.7+ can pick up bundled translations via the just-in-time loader..nv-content-wrap p { margin: auto !important }).load_plugin_textdomain() call (handled by WordPress.org translation system since WP 4.6).