Hi all,
I’ve been reading this thread here https://kriesi.at/support/topic/completely-remove-entypo-fontello/ and by using the latest suggestion I thought I had solved my issue…
add_filter('avf_default_iconfont', function($icon_font) { return array(); }, 10, 1);
…but then I realised when I included this filter, although it removed the Entypo Fontello reference from the source code, it then caused the page builder to no longer load.
Can anybody help me solve this?
Thanks in advance!