Print value of an array or variable in a payment plugin
Those are values you’ll need to write to the log in order to view them. In order to do that, make sure you’ve got debugging turned on in your wp-config.php: define( ‘WP_DEBUG’, true ); define( ‘WP_DEBUG_LOG’, true ); Then, use the following utility function to write your values to the log. You could just use … Read more