You’ll need to manually update HMWP code
For check_plugin_updates-hide-my-wp:
Change
public $checkPeriod = 12
to
public $checkPeriod = -1
in
/lib/plugin-update/plugin-update-checker.php
For pp_important_messages3:
Change
function register_messages(){
to
function register_messages(){ return false;
in
/lib/class.helper.php
-
This reply was modified 5 years, 7 months ago by Suman M..