• Resolved lazyym

    (@lazyym)


    I cannot find anything in search or settings. Where do I change the renew every seven days to another number?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    you can change it with the adverts_renewal_time_min filter, adding the code below in your theme functions.php file will change the min renewal time to 14 days

    
    add_filter( "adverts_renewal_time_min", function($min) {
      return 14;
    });
    
    Thread Starter lazyym

    (@lazyym)

    Thank you sir!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Renew Every X Days?’ is closed to new replies.