2 yabba Jan 29, 2008 15:27

Sorry, what about in the version 2.4?
You may need to global $Plugins first
¥
Thanks a lot, It worked!
global $Plugins;
$ExtraFields = $Plugins->get_by_code('extrafields');
$tellmyfields= $ExtraFields->DisplayExtraFields($Item->get('ID'));
Something like this should work :
¥