Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to retrieve the plugin own Plugininfo fields
rbrahmson
✭✭✭
For example, if I want to display the plugin version in the plugin settings in a side panel the plugin puts up.
Also, will this work if the Plugininfo has additional fields added to the array?
0
Best Answer
-
Bleistivt Moderator
Gdn::pluginManager()->getPluginInfo('name of the plugin');
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
12
Answers
My themes: pure | minusbaseline - My plugins: CSSedit | HTMLedit | InfiniteScroll | BirthdayModule | [all] - PM me about customizations
VanillaSkins.com - Plugins, Themes and Graphics for Vanillaforums OS
Thanks @Bleistivt, appreciate the quick response!