I have custom fonts in my admin area, how do I disable Link Whisper’s fonts?

  1. Home
  2. Knowledge Base
  3. Advanced Features
  4. I have custom fonts in my admin area, how do I disable Link Whisper’s fonts?
  1. Home
  2. Knowledge Base
  3. Settings
  4. I have custom fonts in my admin area, how do I disable Link Whisper’s fonts?

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 fonts:

/**
 * This snippet will disable the Link Whisper fonts in the WP Admin area.
 **/
add_filter('wpil_disable_fonts', 'disable_link_whisper_fonts');
function disable_link_whisper_fonts($disable){
    return true;
}
Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support

Get Started with LinkWhisper

Speed Up the Process of Internal Linking and Help You Rank Better in Google

Get LinkWhisper Now