gbruynseels

Results 1 comments of gbruynseels

My last answer on Wordpress support: My solution would be using a relative path starting from the `__DIR__` or` __FILE__` (`dirname(__FILE__)`) constant. For example: `$wordpress_loader = __DIR__ . ‘/../../../wp-load.php’;` or...