I was curious, is it possible to exclude the addHookAfter("saved") from running when copying pages. I have a function (currently running in ready.php) that runs on page save for certain templates.
$pages->addHookAfter('saved', function($event) {
$page = $event->arguments[0];
if($page->template...