0

in my plugin I wrote

 require_once('../../../wp-load.php');

but the administration said me that I can't call this file.. How can I load functions from this file whitout calling ??

1 Answers1

0

You may instead require_once the wp-blog-header.php file.

http://codex.wordpress.org/User:Jalenack/Integrating_Wordpress_into_an_Existing_Site