Osclass Support Forums

Osclass plugin support => Osclass Pay Plugin => Topic started by: buninsan on June 06, 2019, 10:53:53 PM

Title: weight of the ad unit
Post by: buninsan on June 06, 2019, 10:53:53 PM
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);
Title: Re: weight of the ad unit
Post by: MB Themes on June 10, 2019, 09:16:20 AM
@buninsan
Do not quite understand what you mean.