I’m trying to create Wordpress posts with multiple tags but can’t seem to figure out the function I need.
The Wordpress module expects integers in a format such as:
158, 159, 160, 161, 162
The tag ID’s will always change depending on the content I’m posting so I need a dynamic function.
Get? Map? Split?
Everything I’ve tried so far either throws errors or produces empty values.