Title: WP-Cron Control
Author: Automattic
Published: <strong>2011年8月1日</strong>
Last modified: 2017年6月7日

---

プラグインを検索

このプラグインは **WordPress の最新3回のメジャーリリースに対してテストされていま
せん**。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress
で使用した場合は互換性の問題が発生する可能性があります。

![](https://s.w.org/plugins/geopattern-icon/wp-cron-control.svg)

# WP-Cron Control

 作者: [Automattic](https://profiles.wordpress.org/automattic/)

[ダウンロード](https://downloads.wordpress.org/plugin/wp-cron-control.0.7.1.zip)

 * [詳細](https://ja.wordpress.org/plugins/wp-cron-control/#description)
 * [レビュー](https://ja.wordpress.org/plugins/wp-cron-control/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/wp-cron-control/#installation)
 * [開発](https://ja.wordpress.org/plugins/wp-cron-control/#developers)

 [サポート](https://wordpress.org/support/plugin/wp-cron-control/)

## 説明

This plugin allows you to take control over the execution of cron jobs. It’s mainly
useful for sites that either don’t get enough comments to ensure a frequent execution
of wp-cron or for sites where the execution of cron via regular methods can cause
race conditions resulting in multiple execution of wp-cron at the same time. It 
can also help when you run into posts that missed their schedule.

This plugin implements a secret parameter and ensures that cron jobs are only executed
when this parameter is existing.

### できないこと

This plugin performs a `remove_action( 'sanitize_comment_cookies', 'wp_cron' );`
call in order to disable the spawning of new cron processes via the regular WordPress
method. If `wp_cron` is hooked in an other action or called directly this might 
cause trouble.

## スクリーンショット

 * [[
 * Settings screen to enable/disable various features.

## インストール

 * Install either via the WordPress.org plugin directory, or by uploading the files
   to your server.
 * Activate the Plugin and ensure that you enable the feature in the plugins’ settings
   screen
 * Follow the instructions on the plugins’ settings screen in order to set up a 
   cron job that either calls `php wp-cron-control.php http://blog.address secret_string`
   or `wget -q "http://blog.address/wp-cron.php?doing_wp_cron&secret_string"`
 * If you like to have a global secret string you can define it in your wp-config.
   php by adding `define( 'WP_CRON_CONTROL_SECRET', my_secret_string' );`

## FAQ

  Installation Instructions

 * Install either via the WordPress.org plugin directory, or by uploading the files
   to your server.
 * Activate the Plugin and ensure that you enable the feature in the plugins’ settings
   screen
 * Follow the instructions on the plugins’ settings screen in order to set up a 
   cron job that either calls `php wp-cron-control.php http://blog.address secret_string`
   or `wget -q "http://blog.address/wp-cron.php?doing_wp_cron&secret_string"`
 * If you like to have a global secret string you can define it in your wp-config.
   php by adding `define( 'WP_CRON_CONTROL_SECRET', my_secret_string' );`

## 評価

![](https://secure.gravatar.com/avatar/8dc900537b9871880e1498308492e1d081a800af44093cbf0b5163904460951d?
s=60&d=retro&r=g)

### 󠀁[You’re on your own](https://wordpress.org/support/topic/youre-on-your-own-2/)󠁿

 [taropaa](https://profiles.wordpress.org/taropaa/) 2019年5月29日

This sometimes works. Unfortunately, if you have any questions about it or issues
with it, you won’t hear back from the devs 🙁 In my experience, it does not work
in WP multisite 5.2.1 if you are trying to trigger the cron via the PHP command.
The wget command seems to work fine, but the best part of this plugin was to allow
it to trigger through the PHP server.

![](https://secure.gravatar.com/avatar/6092bf2008536337daf84359d22ef42eb9cbed4a9b16d1ea0cb0609da96ada1d?
s=60&d=retro&r=g)

### 󠀁[Very good and needed](https://wordpress.org/support/topic/very-good-and-needed/)󠁿

 [jurasjo](https://profiles.wordpress.org/jurasjo/) 2018年7月14日

Very good and needed

![](https://secure.gravatar.com/avatar/5b838e5e4044706364cbafed9cfa78137467f515ab00973dcb0228aed457caac?
s=60&d=retro&r=g)

### 󠀁[Doesn’t Work](https://wordpress.org/support/topic/doesnt-work-803/)󠁿

 [pasqualerose](https://profiles.wordpress.org/pasqualerose/) 2016年9月27日

I tried it, doesn’t work. Scheduled post still don’t post.

![](https://secure.gravatar.com/avatar/2673f279f9c2e2de2d5aecded7e9e24fc9e37a09d797a319d2fb6afe81b4fc49?
s=60&d=retro&r=g)

### 󠀁[Awesome Plugin](https://wordpress.org/support/topic/awesome-plugin-2109/)󠁿

 [networkwebmasters](https://profiles.wordpress.org/networkwebmasters/) 2016年9月
3日

Awesome Plugin, i am using this plugin on all my sites from 2 years, it works perfectly
🙂

![](https://secure.gravatar.com/avatar/98dd2bc99755090197ac01393f86ce2b296c092157c9864caf4ed3cb887d0f81?
s=60&d=retro&r=g)

### 󠀁[use custom function run in cron job](https://wordpress.org/support/topic/use-custom-function-run-in-cron-job/)󠁿

 [kumarajay367](https://profiles.wordpress.org/kumarajay367/) 2016年9月3日 1 reply

Hi, greate plugin!. but how to call my own custom function in this plugin. Any help?

 [ 10件のレビューをすべて表示 ](https://wordpress.org/support/plugin/wp-cron-control/reviews/)

## 貢献者と開発者

WP-Cron Control はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献
しています。

貢献者

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Thorsten Ott ](https://profiles.wordpress.org/tott/)
 *   [ Erick Hitter ](https://profiles.wordpress.org/ethitter/)
 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)

[“WP-Cron Control” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/wp-cron-control)

### 開発に興味がありますか ?

[コードを閲覧](https://plugins.trac.wordpress.org/browser/wp-cron-control/)するか、
[SVN リポジトリ](https://plugins.svn.wordpress.org/wp-cron-control/)をチェックする
か、[開発ログ](https://plugins.trac.wordpress.org/log/wp-cron-control/)を [RSS](https://plugins.trac.wordpress.org/log/wp-cron-control/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### Version 0.7.1

 * Security hardening (better escaping, sanitization of saved values)
 * Update plugin to use core’s updated cron hook

#### Version 0.7

 * Remove unneeded use of `$wpdb->prepare()` that triggered PHP warnings because
   a second argument wasn’t provided.
 * Update interface text to be translatable.

#### Version 0.6

 * Make sure that validated wp-cron-control requests also are valid in wp-cron.php
   by setting the global $doing_wp_cron value

#### Version 0.5

 * Adjustments for improved cron locking introduced in WordPress 3.3 https://core.
   trac.wordpress.org/changeset/18659

#### Version 0.4

 * Implementing feedback from Yoast http://yoast.com/wp-plugin-review/wp-cron-control/,
   fixing button classes, more inline comments

#### Version 0.3

 * Added option to enable extra check that would search for missing jobs for scheduled
   posts and add them if necessary.

#### Version 0.2

 * Added capability check in settings page

#### Version 0.1

 * Initial version of this plugin.

## メタ

 *  バージョン **0.7.1**
 *  最終更新日 **9年前**
 *  有効インストール数 **1,000+**
 *  WordPress バージョン ** 3.4またはそれ以降 **
 *  検証済み最新バージョン: **4.8.28**
 *  言語
 * [English (US)](https://wordpress.org/plugins/wp-cron-control/)
 * タグ
 * [cron](https://ja.wordpress.org/plugins/tags/cron/)[cron jobs](https://ja.wordpress.org/plugins/tags/cron-jobs/)
   [post missed schedule](https://ja.wordpress.org/plugins/tags/post-missed-schedule/)
   [scheduled posts](https://ja.wordpress.org/plugins/tags/scheduled-posts/)[wp cron](https://ja.wordpress.org/plugins/tags/wp-cron/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/wp-cron-control/advanced/)

## 評価

 5つ星中3.5つ星

 *  [  4 5-星レビュー     ](https://wordpress.org/support/plugin/wp-cron-control/reviews/?filter=5)
 *  [  2 4-星レビュー     ](https://wordpress.org/support/plugin/wp-cron-control/reviews/?filter=4)
 *  [  1 3-星レビュー     ](https://wordpress.org/support/plugin/wp-cron-control/reviews/?filter=3)
 *  [  1 2-星レビュー     ](https://wordpress.org/support/plugin/wp-cron-control/reviews/?filter=2)
 *  [  2 1-星レビュー     ](https://wordpress.org/support/plugin/wp-cron-control/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-cron-control/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/wp-cron-control/reviews/)

## 貢献者

 *   [ Automattic ](https://profiles.wordpress.org/automattic/)
 *   [ Thorsten Ott ](https://profiles.wordpress.org/tott/)
 *   [ Erick Hitter ](https://profiles.wordpress.org/ethitter/)
 *   [ Mohammad Jangda ](https://profiles.wordpress.org/batmoo/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/wp-cron-control/)