u3a-siteworks-development / u3a-siteworks-core

The core plugins
GNU General Public License v2.0
2 stars 1 forks source link

Backwards compatibility for u3a eventlist and grouplist cat and status attributes #111

Closed mike99christie closed 3 months ago

mike99christie commented 3 months ago

We changed the attributes cat to event_cat or group_cat and status to group_status. We need to update all content in the database that still refers to the old attribute names, code changes to achieve backwards compatibility can't be 100% effective.

Solving this using PHP and regex patterns to make the required changes to post_content in wp_posts.