There is an error at strings 273 (and 284) in plugin file cpt-onomy.php.
Patch is very simple.
Replace this fragment at the end of string:
$eligible_post_types, CPT_ONOMIES_POSTMETA_KEY, $taxonomy, $value ) );
by this:
$eligible_post_types), CPT_ONOMIES_POSTMETA_KEY, $taxonomy, $value );
Thread Starter
Tevya
(@thefiddler)
Thanks. I’ll try that. Hopefully it’s included in the next update?
Thread Starter
Tevya
(@thefiddler)
Sweet! That worked.
I’m not sure this should be marked as resolved though, since it needs to be fixed in the plugin itself.
I am just user.
It needs to be fixed by developers of plugin
Thread Starter
Tevya
(@thefiddler)
Yeah, I know. I just said it because the devs should be getting notifications of these replies. So hopefully they’ll see this.
Kinda seems like maybe it needs a WP 5 update too. With the custom fields setting off, I’m still seeing Custom Fields on the CPT’s generated by this plugin.
Thread Starter
Tevya
(@thefiddler)
Hey Dev’s,
I see an update, but the changelog doesn’t cover what’s fixed. Is this included in that update? What about this one: https://ww.wp.xz.cn/support/topic/tag-cloud-widgets-have-n-between-items/ ?
Thread Starter
Tevya
(@thefiddler)
Note for others experiencing this issue: 1.3.8 does NOT include this fix. I had to re-apply it manually after updating.