mazecode / wp-dd
Dump and die function as Laravel dd()
Installs: 92
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 1
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=5.6.4
- symfony/console: ~4.0
- symfony/debug: ~4.0
- symfony/var-dumper: ~4.0
This package is auto-updated.
Last update: 2024-11-05 19:40:26 UTC
README
Use Laravel's dd() (dump & die) function in your Wordpress projects. Perfect for debuging custom queries!
Description
Use Laravel's dd() (die dump) function for Wordpress projects.
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
Installation
- 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() or d() anywhere in your theme