Skip to content

Commit

Permalink
Remove my-jetpack-admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
aswasif007 committed Oct 25, 2023
1 parent aa74a6c commit f89783f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions vip-jetpack/vip-jetpack.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
return $modules;
}, 999 );

/**
* Do not initialize my jetpack admin page
*/
add_filter( 'jetpack_my_jetpack_should_initialize', '__return_false' );

/**
* Lock down the jetpack_sync_settings_max_queue_size to an allowed range
*
Expand Down

0 comments on commit f89783f

Please sign in to comment.