Jump to content

Recommended Posts

Posted

I put following code in site/ready.php

 

$this->addHookAfter('Pages::deleteReady', null, function($event) {
    $p = $event->object;
    die('page delete');
});

When I delete a page, this hook never run.

Should I use the wrong hook for a page delete?

Posted

That's trashing them (the tab title is unfortunately misleading there). The pages are put into trash and only deleted when you empty the trash.

  • Like 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...