/home/ntu100/www/wp-content/plugins/woocommerce/vendor/woocommerce/blueprint/tests/helpers.php
<?php

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