Can you please help me to add this code?
$match_rows = array_filter( $match_rows, function( $m ) {
return $m[‘home_score’] !== NULL || $m[‘away_score’] !== NULL;
} );
I have tried everything but nothing works, I’m afraid I don’t know where to add that.
Thank you so much.
-
This reply was modified 7 years, 11 months ago by flaviopitta.