Please is there any developer in the house that can make the Code work for member items to be mark as premium once the member of the selected group post.
<span class="function cust_automatic_premium_for_group($item) {
$group_id = ModelOSP::newInstance()->getUserGroup(osc_item_user_id());
if(in_array($group_id, array(2,5,6,3))) {
echo '<i class=" osc_add_hook('posted_item', 'cust_automatic_premium_for_group);
}
?>
</span>)