I'm working on a project on osclass 8.2.1 with sigma theme. From what I see, osclass custom fields are called on item_post by ItemForm::plugin_post_item();
Unfortunately, this management does not only show the custom fields on the page, but also the hook ofplugins and therefore, by removing it, I would also remove the plugins that work on the "item_post" page. In my project I only have one custom field (custom field called age) and my need is to insert it into item_post "manually" excluding it from the same one that is displayed by the hook. What do you advise me to do?