• hey guys!

    im trying to teach WP to recognize ONLY hashtags as viable tags.

    but…
    im too stupid to find the REGEX for tags (if there is one?)
    and… im kinda stuck.

    so help a brother out please

    [No bumping. If it’s that urgent, consider hiring someone.]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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?

    Thread Starter afifil

    (@afifil)

    solved.
    replaced the REGEX for wp_tags with “/(#\w+)/” (for hashtags).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘editing tag function // indexing hashtags’ is closed to new replies.