描述
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
評價
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(); 🙏
2018年10月11日
This plugin saved my marriage
貢獻者及開發者
修改日誌
1.0
- First version