BUG: Breaking Attribute Column Filters
-
You have a bug causing swatch previews in attribute term lists to show in ALL custom columns added by other plugins.
You are not properly checking for the
wvs-meta-preview
column in yourtaxonomy_column()
callback method. You are also meant to return the output, not echo it directly, since it’s a Filter not an Action.You are breaking the filter completely by doing this and causing conflicts with a lot of other plugins.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘BUG: Breaking Attribute Column Filters’ is closed to new replies.