You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2022. It is now read-only.
I've created a class in order to sync a custom taxonomy ccb_core_group_campus according to these instructions. This class currently sits in a custom plugin on the site.
Upon syncing with the CCB, new core groups that are being inserted into WordPress have the ccb_core_group_campus properly populated. However, core groups that already exist on the site are not being updated with the campus as marked in CCB.
Is there some special filter or flag I need to include in order to not only allow custom taxonomies to insert for new posts, but also update for existing ones? Is there some other way I might not be implementing this properly?
Or, is this a known limitation for custom taxonomies or a bug in the plugin?
Please note that we've had to revert to version 1.06 as sync was failing due to a missing PHP function (even though our PHP showed it present) — a different issue we were not able to sort, but worth noting, as we look to solve this one.