とあるプラグインを読み込んで別ウィンドウでテーマフォルダのテンプレートを開く方法

http:// wrapper is disabled in the server configuration by allow_url_include=0

というエラーがありまして。その解決方法

$fullpath=dirname(__FILE__);

$path=strrpos($fullpath,‘/’);

$path9=strrpos($fullpath,‘/’);

$plugin-name=substr($fullpath,0,$path).‘/plugin-name;

define(‘PDIR’,$plugin-name);

ここまでプラグインのTOPで行う

以下を別窓で開いたテーマフォルダのテンプレートに書く

require_once (PDIR.‘/plugin-file.php);


Categories:

, ,

Tags: