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.
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.