| 开发者 | muhammadalisilat |
|---|---|
| 更新时间 | 2026年7月8日 20:27 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
lifter-image-popups folder to /wp-content/plugins/Not currently. Lifter Image Popups is focused on image-based popups. Text/HTML support may be added in a future release.
Each popup has a priority number (default 10). When multiple published popups are eligible for the same page, only the one with the lowest priority number is shown. Lower number = higher priority.
Yes. Set the Audience option to "Admin only" to restrict the popup to users with the manage_options capability. Useful for testing before showing to all visitors.
If "Show once per visitor" is enabled, a cookie is set when the popup opens. The popup will not show again until the cookie expires (configurable via "Cookie duration"). Admins always bypass the cookie check.
The popup is output at wp_body_open (with a wp_footer fallback), then moved to the <body> root via JavaScript to avoid stacking context issues with theme containers.