Wordpress content framework

Maintainers

Package info

github.com/wp-content-framework/common

Homepage

pkg:composer/wp-content-framework/common

Fund package maintenance!

paypal.me/technote0space

Statistics

Installs: 45 029

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0


README

CI Status License: GPL v2+ PHP: >=5.6 WordPress: >=3.9.3

WP Content Framework のモジュールです。

Table of Contents

Details

要件

  • PHP 5.6 以上
  • WordPress 3.9.3 以上

インストール

composer require wp-content-framework/common

基本設定

  • configs/config.php
設定値 説明
cache_filter_result filterをキャッシュするかどうかを設定 [default = true]
cache_filter_exclude_list キャッシュから除外するfilterを設定 [default = []]
  • configs/settings.php
設定値 説明
use_filesystem_credentials ファイルシステム認証を使用するかどうかを設定 [default = false]
KUSANAGI等のファイルシステム認証が必要な環境で有効にすると正しく動作するようになる場合があります

Author