• Resolved dirkbez

    (@dirkbez)


    How can I export the plugin settings, to a json, xml or text file?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @dirkbez,

    Thank you for reaching out! Currently, there isn’t a built-in option to export the plugin’s settings directly. However, if you have access to your database tables, you can retrieve the settings from the “wp_options” table. Look for the entry with the “option_name” set to “slicewp_settings”.

    The “option_value” for this entry contains all the plugin’s settings. You can copy this value and use it wherever needed.

    Thank you and best wishes,

    Mihai

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.