Using variable from one filter in another filter
This is probably a good case for a global variable. Just make sure it is set to an array before you add to it and also when to attempt to output the content. Convert the array to a string before adding to content. Also, make sure the meta data exists before adding to the array … Read more