Code
Explorer
You are a developer and looking for Shopware projects?
Apply Now!
set_upgrader example
public
function
init
(
)
{
$this
->skin->
set_upgrader
(
$this
)
;
$this
->
generic_strings
(
)
;
if
(
!
wp_installing
(
)
)
{
$this
->
schedule_temp_backup_cleanup
(
)
;
}
}
/** * Schedules the cleanup of the temporary backup directory. * * @since 6.3.0 */