我開發一個插件中,我需要包括配置和查詢點擊..My問題WordPress的數據庫 如何獲得的URL的wp-config.php文件動態..我已經使用如何獲得wordpress網站wp-config.php的文件路徑?
include_once $_SERVER['DOCUMENT_ROOT'] . '/wp-config.php';
但我得到的錯誤
include_once(): Failed opening /wp-config.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear')
,我已經嘗試了許多選項,如
require_once('../../../wp-config.php');
require_once ("../wp-config.php");
我不知道笏是確切的路徑..
任何幫助表示讚賞..
您可以發佈您的文件夾結構? – 2013-05-03 06:56:19
讓我們假設它的未知..我的意思是我們可以找到路徑動態然後它會更好.. – 2013-05-03 06:57:50
我們可以找到任何功能的路徑? – 2013-05-03 06:58:35