It does make it crash here:
stderr: PHP message: PHP Fatal error: Uncaught Error: Unsupported operand types in …/wp-content/plugins/adrotate-pro/adrotate-output.php:779
joining arrays is also usualy done with array_merge
-
This reply was modified 6 years, 11 months ago by jeroende.
this seems to be a bug in wordpress, seems to go wrong in WC()->countries->estimated_for_prefix(),
they add the for:
$countries = array( ‘GB’, ‘US’, ‘AE’, ‘CZ’, ‘DO’, ‘NL’, ‘PH’, ‘USAF’ );
but they don’t take the language into account, in the dutch language the “the” isn’t needed for most countries
-
This reply was modified 7 years, 10 months ago by jeroende.