설명
이 플러그인은 2025년 4월 8일(으)로 폐쇄되었고 내려받기가 불가능합니다. 사유: 지침 위반.
후기
2024년 4월 12일
답글 1개
Hello, thank you for packaging this snippet in a plugin.Few UX issues in my opinion though:
a major one is the hardcoded $max_length value of 140 characters. In my case I needed to retrieve the full output of a “print_r($array)” command, much longer… The plugin’s codebase is not that big so it is fine to change the value manually, but the point of a such a plugin is not to have to go through the code… It should really have an input box somewhere to change the value from the UI (or at least a much higher value by default).
two minor ones:
Clicking “Clearing warning” did nothing. Bug? Desactivating the plugin being object of study removed the warning.
Remind the user from within the dashboard on how to enable WP_DEBUG if it is detected as “OFF”.