changing or adding to the redirect message through a plugin
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: changing or adding to the redirect message through a plugin

PHP Code:
$plugins->add_hook('redirect', 'herp');
function herp(&$args) {
  $args['message'] = 'herpy derpy';
}


My Blog
08-02-2012 10:39 PM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: changing or adding to the redirect message through a plugin - ZiNgA BuRgA - 08-02-2012 10:39 PM

 Standard Tools
Forum Jump: