Home › Forums › WordPress Plugins › Hide My WP › CRON Problem!
Tagged: cron schedule error problem
- This topic has 40 replies, 8 voices, and was last updated 1 year, 8 months ago by
neverplenty.
-
AuthorPosts
-
November 20, 2017 at 11:40 am #18819This reply has been marked as private.November 20, 2017 at 6:42 pm #18827This reply has been marked as private.November 21, 2017 at 9:05 am #18838
I will try that, but it will take some time. I will keep you posted.
May 15, 2019 at 3:26 pm #26347Was there any solution for this, I have the 2 cron jobs
pp_important_messages3
check_plugin_updates-hide-my-wpStuck at the top of the crons.
The issue sometimes is also reported by /wp-admin/site-health.php in WP 5.2
May 16, 2019 at 3:47 am #26348Hi aqt, I’ll check with our Dev Team and get back to you. Thanks!
May 24, 2019 at 6:38 pm #26391Any updates? Can i disable those 2 crons in child theme functions.php? I can manually download and install the plugin every time it’s udpated.
May 25, 2019 at 7:38 am #26392Hi Pro, you can disable those crons but then you won’t be able to auto update plugin. Yes you can manually update the plugin.
May 25, 2019 at 6:20 pm #26396Can you tell me how to disable those crons in child functions.php or provide a fix for this? thank you
May 27, 2019 at 5:28 am #26398You’ll need to manually update HMWP code
For check_plugin_updates-hide-my-wp:
Changepublic $checkPeriod = 12
to
public $checkPeriod = -1
in
/lib/plugin-update/plugin-update-checker.phpFor pp_important_messages3:
Changefunction register_messages(){
to
function register_messages(){ return false;
in
/lib/class.helper.php-
This reply was modified 6 years, 5 months ago by
Suman M..
June 4, 2019 at 9:22 am #26488I’m sorry but I can’t see this reply, it’s been marked as private. should I start a new thread?
June 5, 2019 at 5:15 am #26496Hi, I’ve made my previous reply public now. Can you please check?
June 5, 2019 at 8:07 am #26504Thank you that did the trick for pp_important_messages3 but the check_plugin_updates-hide-my-wp is still there at the top. I run the cron event and it is still there, I delete the event, and it is still there. (All that through the wp crontrol plugin)
June 6, 2019 at 4:26 am #26508Hi, we’ll check what’s the issue with check_plugin_updates-hide-my-wp, and will fix it in the upcoming versions.
September 18, 2019 at 3:00 pm #27605Yes, the solution at #26488 resolve the problem for pp_important_messages3, but still doesn’t resolv the other issue. Thanks Suman!
September 19, 2019 at 6:59 am #27621Hi b8engl, yes, it’ll be resolved in the upcoming version of the plugin. Thanks!
-
This reply was modified 6 years, 5 months ago by
-
AuthorPosts
You must be logged in to reply to this topic.

