1 redirect.api.php | hook_redirect_delete($redirect) |
Respond to redirect deletion.
This hook is invoked from redirect_delete_multiple() after the redirect has been removed from the redirect table in the database.
Parameters
$redirect: The redirect that is being deleted.
See also
Related topics
File
- core/
modules/ redirect/ redirect.api.php, line 260 - Hooks provided by the Redirect module.
Code
function hook_redirect_delete($redirect) {
}