- republish notification
if its easier to remove notification from the entire plugin i don't mind i don't need them
I think problem is with this code its missing if user notify =1?
if($today >= $will_expire_date or $republish_anytime == 1) {
if($republished < $max_republish) {
email_confirm($item_id, $expire_date);
if($notify_admin == 1) {
email_admin($item_id, $expiration_days);
}