Hi teseo, is my own plugin. I need check when user try editing the ad in question, if that ad is premium or not. In my item_form.php file I need remove the tooltip on a specific field, so I need some function to check if is ad is premium. No make sense exists a message to incentivate user to make ad as premium, when is already is premium.
Problem is not working with different codes I try to make filtering to that tooltip message.
EDIT: per example helpers not working on publish page, or related with item helpers. I think I need pass something related with ID or check on DB if item in question is $item['b_premium == 1']..
Thanks in advance