Thread Starter
afifil
(@afifil)
solved.
replaced the REGEX for wp_tags with “/(#\w+)/” (for hashtags).
Thread Starter
afifil
(@afifil)
sorry for bumping.
further investigation led me to a possible solution.
I just need to find where WP accesses the DB to write the tags.
(wp_terms in WordPress db)
Any hints?