• Hi,

    I’m trying to update the default settings via a cron job. This is to ensure that if anyone makes changes to the defaults, they will be returned to the necessary values.

    I’m able to update all the relevant serialised data except for “expire_timestamp”. For some reason this value is always set to “943920000”. I know it’s not an issue with my code since I can place this timestamp in one of the other serialised fields and it updates correctly.

    Likewise, if I disable this plugin (Expire Users) my cron function is able to update the timestamp without issue. It’s literally only an issue with this one serilised value, and when the plugin is activated.

    This makes it appear that somehow your plugin is override any values that I try to insert for this part of the serialised data. However, I’m unable to find how & where this is being done.

    Any assistance you can give on this would be really appreciated.

    Thanks.

  • The topic ‘Default Settings’ is closed to new replies.