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
Hey, as a temporary solution, I fixed that locally via actions dp_duplicate_page and dp_duplicate_post, so my code copies the taxonomies always correctly but after the plugin.
Hi,
I found that "duplicate_post_taxonomies_blacklist" can be NULL sometimes, but the code expects an empty string only.
NULL should be checked here as well, by using
empty()
for example.Original post in the support forum:
https://wordpress.org/support/topic/taxonomies-are-not-copied-because-duplicate_post_taxonomies_blacklist-is-null/
We're using version 4.5 of the plugin at the moment.
The text was updated successfully, but these errors were encountered: