I have custom fonts in my admin area, how do I disable Link Whisper’s fonts?
You can disable Link Whisper’s default font by using a filter called “wpil_disable_fonts”. Just hook a function to the filter and return true to disable the fonts. You can copy this snippet into your theme’s functions.php file to disable the…
Read More