描述
Use Laravel’s dd()
(die dump) function in your WordPress projects. Perfect for debuging custom queries! Laravel’s dd()
function is built on top of the Symfony VarDumper component Please note in order for this plugin to work correctly WordPress Emojis will be disabled
屏幕截图
安装
- Install via the WordPress plugin repository or download and place in /wp-content/plugins directory
- Activate the plugin through the \’Plugins\’ menu in WordPress
- Use the function
dd()
anywhere in your theme
常见问题
- Installation Instructions
-
- Install via the WordPress plugin repository or download and place in /wp-content/plugins directory
- Activate the plugin through the \’Plugins\’ menu in WordPress
- Use the function
dd()
anywhere in your theme
评价
2023 年 2 月 16 日
Очень хороший плагин. Не раз выручал.
2022 年 10 月 14 日
Not familiar with Laravel at all so I was lucky to stumple upon this plugin.
It is very helpful when debugging on a remote WordPress, like a staging site. I usually write very small plugins directly in the dashboard and this is so much better than regular var_dump. No more copy and pasting to a var_dump formatter. No more digging in page source after output.
For local development with an IDE XDebug is obviously better but for most WordPress projects this is more than enough.
Had no problems using this with WordPress 6.0.2.
2020 年 5 月 24 日
I love being able to use dd() when developing for WordPress. Thank you for creating this. Works perfectly with WordPress 5.4.1 by the way 😉
2019 年 11 月 5 日
very useful tool in development for WP
2018 年 12 月 31 日
Thank you
2018 年 12 月 26 日
Thanks! Perfect alternative to ugly var_dump(); 🙏
贡献者及开发者
更新日志
1.0
- First version