• Resolved ajaleksa

    (@ajaleksa)


    I am moving my site, and I want to export CyberSyn data, and I cant find where CyberSyn stores data (urls for syndication, feed titles, in which categories to put articles…). I found this field cxxx_syndicated_feeds in wp_options, it looks like right place, but it’s value is badly destructed and I am not sure if its the one I am looking for. So am I right with this column or there is something else?

    Thanks in advance 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor cyberseo

    (@cyberseo)

    CyberSyn stores data in WordPress database. Please find more info here: https://codex.wordpress.org/Options_API

    Thread Starter ajaleksa

    (@ajaleksa)

    Thanks, I wrote plugin which puts the value of get_option(CSYN_SYNDICATED_FEEDS) in text file which is then downloaded and another which puts the content of file back in db with update_option(CSYN_SYNDICATED_FEEDS, $content_of_file).

    And again, thanks a lot!!! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘where cybersyn stores data?’ is closed to new replies.