• Resolved martijnbalink

    (@martijnbalink)


    In order to schedule the visibility of a certain section I’m looking where the config of Integral is stored. I want to create a small PHP page which will enable (or disable) certain sections through a cron job. I’ve gone through the wordpress database but cannot find a table containing the Integral options. Can you tell me where they are stored?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author themely

    (@themely)

    Hello Martijn,

    That would be stored in the wp_options table.

    Thread Starter martijnbalink

    (@martijnbalink)

    Found it. Everything (content, format etc) is all stored in one single record in the WP-Options table; option name is “integral”.
    Thanks!

    Theme Author themely

    (@themely)

    You’re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Where is integral config stored’ is closed to new replies.