mazecode/wp-dd

Dump and die function as Laravel dd()

Installs: 89

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Open Issues: 0

Type:wordpress-plugin

1.0.1 2018-08-12 23:34 UTC

This package is auto-updated.

Last update: 2024-04-05 18:34:39 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

  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