| 开发者 | easywpstuff |
|---|---|
| 更新时间 | 2026年4月24日 02:11 |
| PHP版本: | 7.2 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
.footer, #site-title, h2)No. All replacements happen in the output buffer at runtime.
Yes. Put the exact text in Find, leave Replace empty, and (optionally) set a footer CSS Selector (e.g., .footer-credit).
Yes. It works on rendered HTML (Elementor, Divi, WPBakery, etc.). Clear your cache after adding or updating rules.
Minimal. String replacements are fast; DOM parsing only happens if you use selector-based rules.
Not in this version — by design for speed and simplicity.
$_SERVER['REQUEST_URI'] when resolving the current URL for rule matching.$_POST access in explicit isset() + is_array() checks and wp_unslash() calls; stop mutating the $_POST superglobal.esc_url_raw for absolute URLs.get_current_screen() hook-suffix matching instead of $_GET['page'] to decide when to enqueue admin assets.wp_die on the settings screen, in addition to the menu capability.ESRN_VERSION, ESRN_PLUGIN_DIR, ESRN_PLUGIN_URL, ESRN_PLUGIN_BASENAME, and ESRN_OPTION_KEY constants; asset versions now track the plugin version.load_plugin_textdomain() is now called on plugins_loaded.