Hooks reference: action_view_pagenotfound_404
This hook is called by Action:view when a page is not found, but only when user doesn't have create permission.
The hook will be run before displaying the 404 error.
Args details
- $oPage (Instance of class AnwPage) : The requested page (which doesn't exist)
Example
- function hook_action_view_pagenotfound_404($oPage) {
- //your code here... }
- en
Last edited on 04/05/2009 14:23:41