Snack Missed Schedule

설명

Unlike other plugins, where check for missed schedules is hooked into init action, which in return means, there’s an extra database call created anytime the site is loaded, this plugin creates separate recurring cron task to check for missed schedules.

Checks are happening every 5 minutes and in case there are found posts missing its schedule, they are automatically published. From the principle this solution requires a functional WordPress cron subsystem.

설치

  1. Upload the contents of this .zip file into ‘/wp-content/plugins/snack-missed-schedule’ on your WordPress installation, or via the ‘Plugins->Add New’ option in the WordPress dashboard.
  2. Activate the plugin via the ‘Plugins’ option in the WordPress dashboard.
  3. In case you want to be notified via email about missed schedules published by this plugin, just open your wp-config.php and define SNACK_MS_NOTIFY_ADMIN constant – e.g. define( 'SNACK_MS_NOTIFY_ADMIN', true );

후기

2023년 6월 14일 1 reply
Like the previous commenter, I have tried many similar plugins. It wasn't until I used this plugin that I realized that a good plugin was able to not slow down my server.While always grateful to other plugin authors, I rarely comment. This time I just couldn't resist and had to give a 5-star review to solve my big problem.Dear author, if you have the energy, I sincerely hope that you can develop a plug-in for related posts, currently all similar plug-ins are too occupy system resources, are seriously slowing down the site access speed.
모든 2 평가 읽기

기여자 & 개발자

“Snack Missed Schedule”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Snack Missed Schedule”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.0

  • Check missed schedules for other post types defined

1.0.1

  • Updating tested up to version

1.0.0

  • First stable release of the plugin