Tell me please!
I need on the publication page item-post.php and item-edit.php to increase the weight of the ad unit.
Something like this
osc_add_hook ('item_form', 'osclass_pay_form', '10');
osc_add_hook ('item_edit', 'osclass_pay_edit', '10');
This code does not work, how to do it right?
Understood:
osclass_pay/functions.php
osc_add_hook('item_form', 'osp_item_publish_form', 10);