LoginSignup
0
0

More than 5 years have passed since last update.

WordPressの定数 俺のコピペ

Last updated at Posted at 2017-06-20

よく使うやつ
php
define( 'WP_SITEURL', 'http://localhost' );
define( 'WP_HOME', 'http://localhost' );

S3系のプラグインのやつ
php
define( 'AS3CF_BUCKET', 's3のURL');
define( 'WPOS3_SETTINGS', serialize( array(
'bucket' => 'バケット',
'domain' => 'cloudfront',
'cloudfront' => 'ドメイン(プロトコルはつけない)',
)));

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0