/var/www/html_us/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/tests/helpers.php


1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * Dump and die.
 *
 * @param mixed $x The variable to dump.
 *
 * @return void
 */
function dd$x ) {
    
print_r$x );
    exit;
}