WordPress if ( ! defined( ‘ABSPATH’ ) ) exit;は、wp-config.phpまでのPATH

WordPress
スポンサーリンク

wp-config.phpの下部に記述されてる。

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
  define('ABSPATH', dirname(__FILE__) . '/');

 

 

コメント