Skip to content

mazecode/wp-dd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dump&Die

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

  1. Install via the Wordpress plugin repository or download and place in /wp-content/plugins directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Use the function dd() or d() anywhere in your theme