Plugin info

Total downloads: 9,383
Active installs: 1,000
Total reviews: 10
Average rating: 4.3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 12/6/2022 (1121 days ago)
Added to WordPress: 8/5/2022 (3 years old)
Minimum WordPress version: 4.5
Tested up to WordPress version: 6.1.0
Minimum PHP version: 5.6

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 1121 days ago • 10 reviews

24/100

Is Replace Google Fonts with Bunny Fonts abandoned?

Possibly abandoned (last update 1121 days ago).

Compatibility

Requires WordPress: 4.5
Tested up to: 6.1.0
Requires PHP: 5.6

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

Replace Google Fonts with Bunny Fonts in the HTML Markup of your WordPress site.
It also replaces the preconnects with the correct ones.

To disable creating a preconnect to fonts.bunny.net, add the following line to your functions.php:

add_filter('al_bunny_insert_al_bunny_preconnect', '__return_false');

To disable removing the google fonts preconnect, add the following line to your functions.php:

add_filter('al_bunny_remove_google_preconnect', '__return_false');

To disable removing the google fonts dns-prefetch, add the following line to your functions.php:

add_filter('al_bunny_remove_google_prefetch', '__return_false');

Supported Cache Plugins

  • Autoptimize
  • SiteGround Optimizer
  • Swift Performance Lite
  • W3 Total Cache
  • WP Fastest Cache Plugin
  • WP Rocket
  • WP Super Cache

Installation

This section describes how to install the plugin and get it working.

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Frequently Asked Questions

No FAQ available

Review feed

Gordon Böhme
8/8/2022

Easy and fast

Elegant way to make your website GDPR compliant.
Krzysztof Planeta
11/13/2022

The easiest way for GDPR-compliant google fonts (without google)

Simply great. Does exactly what it says in the easiest way possible. It is surprising, that it is not more popular. I wrote an article about it on my plugin's blog (fullpictureplugin.com). Maybe it will help. I am thinking also about linking to it from the plugin's admin pages. It may give you a few installs. Have a great day guys Krzysztof Planeta
RazielKanos
2/28/2023

not optimal solution

Breaks numerous things, depending on what other plugins you run, so be careful and test after activating.Unfortunately, no support response after 2,5 months.

Screenshots

No screenshots available

Changelog

2.1.2

  • add polyfill for str_contains() function

2.1.1

  • Adding Array of strings for replacing and removing different spellings of Google Fonts

2.1

  • Added support for WP Rocket
  • Added support for WP Super Cache
  • Added support for W3 Total Cache

2.0

  • Added support for WP Fastest Cache Plugin
  • Added support for Autoptimize Plugin
  • added filter to disable dns-prefetch to google fonts
  • change filter name from al_bunny_insert_al_bunny_preconnect to al_bunny_insert_bunny_preconnect

1.0

  • initial release