I'm trying to convert a plugin i acquired called Adicons Server, it's enabled and working but i want to widgetify it so i can place it in a proper position in my sidebar rather than at the bottom. The sidebar is dynamic so i can't just paste the php function where i like, it's either top of the sidebar or bottom, i want middle.
To that end, i got something called custom widgets that takes the function of the plugin calls it in a widget, but my problem is i can't really determine what function to call and if i need any variables (i assume i don't since theyre just images to be clicked)
I can't contact the original plugin owner since his site is non-existant.
The code i pasted in my sidebar is:
<?php AI_Interface::adIconShow(); ?>
I've tried pasting the function as:
adIconShow()
adIconShow
AI_Interface::adIconShow()
nothing works.
If needed i have the plugin files as well.