Ejemplo n.º 1
0
function cred_get_root_path()
{
    return cred_find_wp_config_path();
}
Ejemplo n.º 2
0
function cred_get_root_path()
{
    return cred_find_wp_config_path($_SERVER['DOCUMENT_ROOT'], "wp-load.php");
}