1 ferevo Jan 29, 2008 15:22
3 ferevo Jan 29, 2008 17:03
Sorry, what about in the version 2.4?
4 yabba Jan 29, 2008 17:14
You may need to global $Plugins first
¥
5 ferevo Jan 29, 2008 22:38
Thanks a lot, It worked!
global $Plugins;
$ExtraFields = $Plugins->get_by_code('extrafields');
$tellmyfields= $ExtraFields->DisplayExtraFields($Item->get('ID'));
Something like this should work :
¥