Hooks reference: action_view_pagenotfound_gocreate
This hook is called by Action:view when a page is not found, but only when user has create permission.
The hook will be run before redirecting user to Action:create.
Args details
- $oPage (Instance of class AnwPage) : The requested page (which doesn't exist)
Example
- function hook_action_view_pagenotfound_gocreate($oPage) {
- //your code here... }
- en
Last edited on 04/05/2009 14:22:55