@Vlad7
Thank you, updated plugin
Thanks, but now a new error has occurred. Clicking the republish button does not update the ad but returns error500.
<?php if(function_exists('republish_link')) { republish_link(osc_item_id()); } ?>
republish.php
header('Location: ' . osc_user_dashboard_url(osc_logged_user_id())); ---Works
header('Location: ' . osc_user_list_items_url(); ---does not work ) i think the parenthesis is just missing?