This is the API docs for LemonStand V1, which has been discontinued. LemonStand is now a cloud based platform, available at lemonstand.com.

LemonStand API

cms:onAfterPageDuplicate event

Triggered by Cms_Page
Author LemonStand eCommerce Inc.

Event handler signature

public void event_onAfterPageDuplicate(Cms_Page $original, Cms_Page $new)
$original Cms_Page specifies the original CMS page object.
$new Cms_Page specifies the duplicated CMS page object.
Triggered after a page has been duplicated with Duplicate Theme feature.