AI Verified

Name

Ensure Webfont is Loaded (Non-Elementor)

About

Ensure Webfont is loaded

Language

PHP

Rating

Voted: 1 by 1 user(s)

Codevault

WebSquadron

Scroll down to see more snippets from this codevault.

Wordpress Compatability

The author has indicated that this snippet is compatable up to wordpress version: 6.1

Our AI bot has checked this snippet is compatable up to wordpress version: 6.1

Code Snippet Plugin Sync

Free & Pro

Download this snippet by clicking the download button, then head over to the Code Snippet Plugin settings in your wordpress admin dashboard, select the import menu then upload this file to import into your wordpress site.

Pro Only (Coming Soon)

You will be able to click a button and sync this snippet to your wordpress site automatically and from your dashboard manage all code snippets across all your wordpress sites that have the Code Snippets Pro plugin installed.

History

Last modified:

12/04/2024

Important Note

This snippet has the following status:

AI Verified

This snippet has been tested by our AI bot, see any comments below.

AI Bot Comments:

Found 0 vulnerabilities

Ensure Webfont is Loaded (Non-Elementor)

 
                    
1function custom_font_display( $current_value, $font_family, $data ) {
2 return 'swap';
3}
4add_filter( 'font_display', 'custom_font_display', 10, 3 );

1

Related Snippets

Please see some snippets below related to this snippet..

Performance

AI Verified

2

WP Cache Buster

Added: 1 year ago

Last Updated: 7 months ago

Force design changes to apply to all existing website visitors with browser caching on. Details, code and idea from this post https://www.recolize.com/en/blog/wordpress-cache-busting-design-changes/

Performance

AI Verified

0

Deactivate Specific Plugins on Staging & Non-Production Sites [SnipSnip.pro]

Added: 3 months ago

Last Updated: 3 months ago

This "Deactivate_Plugins_On_Staging" script selectively deactivates specified plugins on your staging and non-production environments based on the site URL. Ideal for disabling plugins that are only n...

Performance

AI Verified

1

Removes WooCommerce styles and scripts from non WooCommerce pages.

Added: 1 year ago

Last Updated: 8 months ago

WooCommerce loads all its JavaScript and CSS files on every single page of your website. Even where they are not needed. This makes your website unnecessarily slow. The following code will help you av...

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

Performance

AI Verified

29

Remove Unused Javascript

Added: 1 year ago

Last Updated: 1 month ago

Remove Unused Javascript - and improve your Page Speed Insight Score

WooCommerce

Pro Verified

9

Deactivate some WooCommerce Checkout Fields

Added: 1 year ago

Last Updated: 6 months ago

Deactivate some WooCommerce Checkout Fields from showing

Performance

Pro Verified

5

Disable e-icons from Elementor

Added: 1 year ago

Last Updated: 1 year ago

Disable e-icons - and remove the notification from occurring during your Page Speed Insight Check.