Replace Broken Images
| 开发者 |
huynhmaianhkiet
|
| 更新时间 |
2026年4月4日 22:03 |
| 捐献地址: |
去捐款 |
| PHP版本: |
3.0 及以上 |
| WordPress版本: |
6.9 |
| 版权: |
GPLv2 or later |
| 版权网址: |
版权信息
|
详情介绍:
This plugin will help to replace broken images in posts and pages with a default image.
安装:
- Upload
replace-broken-images to the /wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Upload or select default image in 'Replace Broken Images' panel
更新日志:
Apr 04th 2026: Security hardening (output escaping, esc_url, esc_attr, esc_js); performance (cache get_option calls, lazy-load media scripts via admin_enqueue_scripts); WP best practices (manage_options capability, text domain, rel=noopener, is_singular guard, this.onerror=null loop prevention)