function hook_user_logout

Runs AFTER FlightPath has logged out. Allows modules to add additional functionality. For example, to go to a special page.

File

includes/hook.api.php, line 666
Lists all available hooks within FlightPath's core code.

Code

function hook_user_logout() {

  fp_goto("special-post-logout-page");

}