wpsites.net
foreach
The foreach construct only works with arrays. This means you must either use an array like this: array( ‘1’, ‘2’, ‘3’ ); Or functions which return an array like …