• Resolved romanervcom

    (@romanervcom)


    Hi,

    I would like to know if it was possible to export the plugin and its modules with their contents in order to reinject it into a new site?
    if it’s possible, how can I do it?

    thank you so much !

Viewing 1 replies (of 1 total)
  • Plugin Author yoancutillas

    (@yoancutillas)

    Hello,

    To export the plugins, you need to copy / paste the plugins folder in wp-content/plugins.

    For their content,

    If the destination website has no Booking Activities data at all (or none that you wish to keep), you can
    – export the database tables starting with “wp_bookacti_”
    – export the rows in the “wp_options” table having the “option_name” table starting with “bookacti”
    and import them in the destination website database.

    If the destination website has Booking Activities data you wish to keep (calendars, bookings, etc…), it is not possible. Because each of these elements have a unique ID, and the IDs of the old website would be the same as the IDs of the new website, that’s why you can’t merge the data.

    Regards,
    Yoan Cutillas

Viewing 1 replies (of 1 total)

The topic ‘export the plugin and its content’ is closed to new replies.