Forums
(@agus6salim)
4 years, 3 months ago
it’s happen to me, after update to 5.5 maybe you need to change (wp-config.php) define(‘WP_DEBUG’, false); to define(‘WP_DEBUG’, true);
6 years, 3 months ago
[Solved] remove + after _amount it will be like this
$donated_amount = (float) give_maybe_sanitize_amount( $formatted_amount, array( 'currency' => $currency_code ) ); } }