79747340

Date: 2025-08-26 21:20:38
Score: 3
Natty:
Report link

Thanks to @C3roe for coming up with a great way to sort this. I wanted to show this answer marked complete.

$paypalData = array_values(array_filter($results['meta_data'], function($item) { return $item['key'] == '_ppcp_paypal_fraud_result'; }));

Excellent way to loop through array to find specific values.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @C3roe
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user30379416