mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-05-02 12:02:25 +08:00
3 lines
201 B
Text
3 lines
201 B
Text
add_filter( 'can_display_jetpack_manage_notice', '__return_false', 20 );
|
|
add_filter( 'jetpack_just_in_time_msgs', '__return_false', 20 );
|
|
add_filter( 'jetpack_show_promotions', '__return_false', 20 );
|