Good night, gentlemen, there are several arrays in which the values are different
Here is one of them,
$ar1 = Array( "id" => "7777", "product_id" => "777", "meta_key" => "primer", "meta_value" => "1", "custom" => "0" );
How do i find the value
"meta_value"
if i know
"meta_key" => "primer"
thank