AI Verified

Name

Don't Send Comment Moderation Emails to Site Admin

Language

PHP

Rating

Voted: 0 by 0 user(s)

Codevault

Abundant-Designs

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.

Website/ Profile URL:

https://www.abundantdesigns.com

History

Last modified:

14/09/2023

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

Don't Send Comment Moderation Emails to Site Admin

 
                    
1add_filter( 'comment_moderation_recipients', function ( $emails, $cid ) {
2 if ( ( $key = array_search( get_bloginfo( 'admin_email' ), $emails) ) !== false ) {
3 unset( $emails[ $key ] );
4 }
5 return $emails;
6}, 10, 2 );

0

Related Snippets

Please see some snippets below related to this snippet..

WordPress Admin

AI Verified

0

Hiding "Show Toolbar when viewing site" checkbox on profile page for specific user roles

Added: 1 year ago

Last Updated: 1 year ago

Have a user role that you want to hide "Show Toolbar when viewing site" checkbox on the profile page? This will remove the checkbox on specific user roles so Admins can control who has the admin toolb...

WordPress Admin

AI Verified

0

פונקציה שמוסיפה את הפריפיקס tel: לערך השדה ב ACF

Added: 2 months ago

Last Updated: 2 months ago

יצירת קישור לטלפון בתוסף ACF בוורדפרס ולהוסיף באופן אוטומטי את הפריפיקס "tel:" למספר הטלפון

WordPress Admin

AI Verified

4

Infinite media library scrolling

Added: 2 years ago

Last Updated: 2 weeks ago

With this snippet your media library will scroll for infinity and beyond!

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

General

AI Verified

General

AI Verified

2

Create [year] Shortcode to Display Current Year

Added: 1 year ago

Last Updated: 1 week ago

WooCommerce

Unverified