Required: No; this section is optional
Scope: This section allows you
to execute arbitrary PHP code after the site's restoration is
complete. This lets you perform more complex post-restoration actions
than possible by simply extracting files (see the extrafiles
section)
or running SQL scripts (see the
extrasql
section)
If you do not wish to make use of this feature, you should not include this section at all in your XML file.
This section can consist of any number of
<handler>
tags. Each tag contains the absolute or
relative (to the current working directory) path to the PHP
script.
Read about how handler files work.