开发者 |
kimroy-bailey
trottbaileyfamily |
---|---|
更新时间 | 2025年8月17日 10:18 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.8.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
user_nicename
) to match usernames for clean profile URLs.tbf-bulk-feedback-manager
folder to the /wp-content/plugins/
directory.Avatars uploaded via the Avatar Manager are stored in a dedicated directory within your WordPress uploads folder (/wp-content/uploads/tbfbuusm-avatars/
) on your network's main site. They are kept separate from the media library for easy management.
wp_kses_post()
from the User Generator results page as it was stripping essential HTML attributes and breaking JavaScript functionality.session_start()
to the "Go Live" handlers for the User Generator to ensure the plan data could be read correctly from the session.session_start()
call from the main plugin file to prevent conflicts with server-side caching. Sessions are now initiated only when needed.$_POST
and $_SESSION
values individually instead of processing the entire superglobal arrays.max_file_uploads
warning on the Avatar Manager page, allowing the plugin's custom, user-friendly message to be the only one displayed.max_file_uploads
limit, preventing confusion.<script>
and <style>
tags to external asset files, loaded correctly via the admin_enqueue_scripts
hook.$_SESSION
, $_COOKIE
, and $_FILES
before use, as per WordPress.org guidelines.GLOB_BRACE
with a more compatible directory scanning method to prevent fatal errors on certain server environments (like WordPress Playground).ABSPATH
) that was causing fatal errors in the User Generator's background processing.tbfbuusm
for maximum security and to prevent conflicts with other plugins.