wp-content-framework / update
Wordpress content framework
Fund package maintenance!
v1.0.66
2021-08-28 06:16 UTC
Requires
- php: >=5.6.0
- wp-content-framework/presenter: ^1.0
Requires (Dev)
This package is auto-updated.
Last update: 2026-06-04 14:53:58 UTC
README
WP Content Framework のモジュールです。
Table of Contents
要件
- PHP 5.6 以上
- WordPress 3.9.3 以上
インストール
composer require wp-content-framework/update
依存モジュール
基本設定
- configs/config.php
| 設定値 | 説明 |
|---|---|
| readme_file_check_url | Upgrade Noticeを取得するreadmeファイルのURLを設定 |
| upgrade_notice_cache_duration | 更新情報をキャッシュする期間(秒) [default = 86400] |
| upgrade_notice_empty_cache_duration | 更新情報が空であったことをキャッシュする期間(秒) [default = 600] |