WordPress Internals – index.php【ワードプレス教室 横浜スクール】

index.php

define(‘WP_USE_THEMES’, true); 
定数 WP_USE_THEMES を TRUE と定義

 require( dirname( __FILE__ ) . ‘/wp-blog-header.php’ );
dirname親ディレクトリのパスを返す
requireinclude とほぼ同じです.失敗した場合 E_COMPILE_ERROR