D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tvinntxo
/
www
/
wp-content
/
plugins
/
woocommerce
/
vendor
/
woocommerce
/
blueprint
/
tests
/
Filename :
helpers.php
back
Copy
<?php /** * Dump and die. * * @param mixed $x The variable to dump. * * @return void */ function dd( $x ) { print_r( $x ); exit; }