[Plugin: AddToAny: Share/Bookmark/Email Button] Services.php includes incorrectly
-
I am using Add to Any Version: .9.9.7
The problem is that on line 47 uses
include_once("services.php");
When used with an integration method (including wordpress outside of wordpress) it’ll include any services it finds.
I fixed this by changing that include to
include_once(dirname(__FILE__).'/'.'services.php');
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: AddToAny: Share/Bookmark/Email Button] Services.php includes incorrectly’ is closed to new replies.