for previous elgg version i added a php sdk like:
in the newest version of elgg it is using elgg-plugin.php
how would i add this reference now?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Jerome Bakker@jeabakker

Jerome Bakker - 0 likes
You must log in to post replies.If you import your external SDK with Composer the autoload file of Composer will automatically be included during plugin boot.
If you (for some reason) aren't using Composer you can simply include your
in the elgg-plugin.php