[ad_1]
Thread Starter
James
(@bonkerz)
Oop, worked it out based on your blog post (thanks!)
For anyone else using the same filter, but change:
const allIcons = [].concat( icons, customIconType );
to
const allIcons = [].concat( customIconType );
to only return the custom set. Probably a better way to do it, but this works for me for now. Thanks
