Code to error_log an array or object value:
error_log( print_r( $VALUE, true ) );
$VALUE in the above code is the variable with array or object value.
Code to error_log an array or object value:
error_log( print_r( $VALUE, true ) );
$VALUE in the above code is the variable with array or object value.
Leave a Reply