Unverified

Name

Disable Jetpack Promotions and Notices in WP Admin [SnipSnip.pro]

About

Disable Jetpack Promotions and Notices in WP Admin [SnipSnip.pro] - <a href="https://snipsnip.pro/s/629">https://snipsnip.pro/s/629</a>

Language

PHP

Rating

Voted: 1 by 1 user(s)

How to Setup Snippet

Set this to Admin Only then Activate

Link for further information:

The author has provided the following URL that may be helpful to setting up or using this snippet:

https://snipsnip.pro/s/629

Codevault

brandonjp

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

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.

Snippet Source:

https://snipsnip.pro/s/629

History

Last modified:

05/09/2024

Important Note

This snippet has the following status:

Unverified

This snippet has not been verified, use with caution and at your own risk. See details provided by author in sidebar and click below to find out more.

Disable Jetpack Promotions and Notices in WP Admin [SnipSnip.pro]

 
                    
1// Disable Jetpack Promotion Notices in WP Admin - https://snipsnip.pro/s/629
2if ( is_admin() && !class_exists( 'DisableJetpackPromotions' ) ) {
3 class DisableJetpackPromotions {
4 public function __construct() {
5 // Disable all Just-in-Time messages
6 add_filter( 'jetpack_just_in_time_msgs', '__return_false' );
7 add_filter( 'jetpack_just_in_time_msgs_allowed', '__return_false' );
8 add_filter( 'jetpack_just_in_time_msgs_allowed_list', '__return_empty_array' );
9 // Disable the Jetpack Highlight Reel feature
10 add_filter( 'jetpack_just_in_time_highlight_reel', '__return_false' );
11 // Use the basic promotion blockers
12 add_filter( 'jetpack_show_promotions', '__return_false', 20 );
13 add_filter( 'jetpack_blaze_enabled', '__return_false' );
14 }
15 }
16 new DisableJetpackPromotions();
17}

1

Related Snippets

Please see some snippets below related to this snippet..

WordPress Admin

AI Verified

0

CLOUD Meister: Dashboard

Added: 1 year ago

Last Updated: 1 year ago

WordPress Admin

AI Verified

0

Filter Posts by Author dropdown

Added: 3 months ago

Last Updated: 3 months ago

Adds a dropdown to the posts screen to filter by author

WordPress Admin

AI Verified

0

Remove jQuery Migrate

Added: 1 year ago

Last Updated: 1 year ago

Remove jQuery Migrate

Other Snippets in this Codevault

These are some popular snippets from this users codevault..

WordPress Admin

Unverified

1

Stop the Scroll! Float the Admin Notice Above the Editor in Code Snippets Pro [SnipSnip.pro]

Added: 10 months ago

Last Updated: 1 week ago

<p>Make the admin notice in Code Snippet Pro float above the editor so your page doesn't scroll away every time you save a snippet. <a href="https://snipsnip.pro/s/787" target="_blank" rel="nofollow n...

Security

Unverified

1

Users: Create & Delete n New Users in WP Admin [SnipSnip.pro] - SET TO RUN ONCE!

Added: 10 months ago

Last Updated: 1 week ago

<p>CHANGE TO 'ONLY RUN ONCE' – Users: Create &amp; Delete n New Users in WP Admin [SnipSnip.pro] - <a href="https://snipsnip.pro/s/799" target="_blank" rel="nofollow noopener">https://snipsnip.pro/s/7...

WordPress Admin

AI Verified

1

Randomize a Post Publish Date in the Classic Editor [SnipSnip.pro]

Added: 10 months ago

Last Updated: 10 months ago

<p>Randomize a Post Publish Date in the Classic Editor. Choose between the past 1, 3, 6, 12 months... or customize it to other options. Works in the Classic Editor only for now. <a href="https://snips...