AI Verified

Name

Disable Gravatar

Language

PHP

Rating

Voted: 1 by 1 user(s)

Codevault

Shlomi

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.4

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.

Website/ Profile URL:

https://shlomi.me

History

Last modified:

16/05/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

Disable Gravatar

 
                    
1function disable_gravatar($avatar, $id_or_email, $size, $default, $alt) {
2 return '';
3}
4 
5// Disable Gravatar in the admin dashboard
6add_filter( 'pre_option_show_avatars', '__return_false' );

1

Related Snippets

Please see some snippets below related to this snippet..

General

AI Verified

0

Migrate BasePress -> BetterDocs: 4. Search Logs

Added: 11 months ago

Last Updated: 11 months ago

<p>Use these to migrate data from BasePress to BetterDocs, or clone them and customize to migrate to some other structure.</p> <p>Import all 4 snippets, then run them in order. This will handle docs,...

General

AI Verified

0

Font Ratios

Added: 9 months ago

Last Updated: 9 months ago

A simple tool for calculating font sizes based on a selection of different ratios. This data can be used in the Fluid Typography Tool to populate your min / max values. The result is beautifully propo...

General

AI Verified

0

Divi - Remove Gutenberg Block Library CSS from loading on the frontend

Added: 9 months ago

Last Updated: 7 months ago

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

2

Remove Protected Title

Added: 4 months ago

Last Updated: 2 months ago

Security

AI Verified

1

Force Login Shortcode

Added: 4 months ago

Last Updated: 4 months ago

General

AI Verified

1

Disable Gravatar

Added: 4 months ago

Last Updated: 4 months ago