Closed rafasashi closed 1 year ago
It is connected to wp_set_object_terms
targeting object by ids and the fact that user and custom post-type can have the same ID number...
I have asked a question about it here:
But its not related to the WordPress-Plugin-Template
Any suggestion please let me know.
I have a taxonomy with multiple object type registered like this:
Cb_Profiler_Client()->register_taxonomy( 'layer-range', 'Layer Range', 'Layer Range', array('user','layer'));
Now when I edit the taxonomy of user id 236 the taxonomy of the layer id 236 is also edited with the same values...
Is it how it is supposed to be?