• Resolved tommy83

    (@tommy83)


    Most of all professional migration plugins have options to run custom hooks and php script, after the migration is finished.
    You can create an profile and add it to your export. Then you can run a migration and the installer will run all hooks / php script when the installer is finished. You also can disable/enable installed plugins.

    For example you can enable plugin: “disable emails” for woocommerce. So your customer will not get any email notification from woocommerce on stage.

    We wanna puchase your plugin, but this option is missing. ANy chance to have this basic staging option soon? Or its already integrated?

    BR
    Tommy

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Yani

    (@yaniiliev)

    Thank you for the feedback, Tommy.
    It is a valid feature and I can see that some users will find it useful.
    I will add it to our feature list and we will think how we can integrate this on import/restore.

    We also have this website that tracks user requests.

    Plugin Author Yani

    (@yaniiliev)

    I stand corrected.
    We already have such hooks:
    Export: do_action( 'ai1wm_status_export_done', $params );
    Import: do_action( 'ai1wm_status_import_done', $params );

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add custom code/hooks/disable,enable plugins’ is closed to new replies.