• I want to store a data (that should be available to WordPress environment)(not to be stored in database) that should not be affected after either WordPress update or any other plugin update. Is it possible? If yes, how to do that.

    Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)
  • explain which type of data you want to store and how you want to use it. there are lots of way to store data.

    Thread Starter Ratnakar

    (@ratnakardubey)

    I want to store data in form of associative array & use it in same format.
    This array should be accessible globally. (Don’t forget, this should not be affected after either WordPress update or any other plugin update).

    Thank You.

    you can write in xml if you dont want to store in db. also you can write json through php.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Persistent data not affected after wordpress or plugin update’ is closed to new replies.