![]() |
How to load existant function in a plugin to use it for the plugin? - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8) +--- Thread: How to load existant function in a plugin to use it for the plugin? (/showthread.php?tid=718) |
How to load existant function in a plugin to use it for the plugin? - El-Cherubin - 2010-05-17 Hello, I would like to personalise the plugin multiple level menu of Zegnåt, but i need to load the meta keyword function. Someone knows how do this? I found this one theme_functions : Code: function get_page_meta_keywords() { and this Code: $keywords = stripslashes(htmlspecialchars_decode(@$metak, ENT_QUOTES)); Maybe it's possible to use this...? here, it's for metakeyword, but if you know how do what i want, it could be used for all function present yet in GS ![]() thanks for help How to load existant function in a plugin to use it for the plugin? - El-Cherubin - 2010-05-23 Hello... Anybody could help me... ![]() How to load existant function in a plugin to use it for the plugin? - Zegnåt - 2010-05-23 If you look at the code of my plugin there are 2 lines starting with the following: Code: echo '<li'. To put in the content you’ll see I use things like $link->url and $link->menu. $link->meta should be the tags box, so putting that one in the echo line would make it print the text you want it to. |