Shell script array join
FOO=( a b c ) SAVE_IFS=$IFS IFS=”,” FOOJOIN=”${FOO[*]}” IFS=$SAVE_IFS echo $FOOJOIN
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed