How can i filter this array values with [category] => 1
[0] => Array
(
[link] => index
[image] => spot
[category] => 0
)
[1] => Array
(
[link] => test
[image] => spotless
[category] => 0
)
[2] => Array
(
[link] => differentcat
[image] => spotly
[category] => 1
)
thanks.