my action is not working after upgrade
-
In version 1.3 I had the following action, this still works in functions.php, but not working in version 2.0.1 of this plugin.
add_action(‘wp_logout’,’go_home’);
function go_home(){
wp_redirect( home_url() );
exit();
}I deleted original and then created a new action but still no luck.
Added name and description and ticked the activated checkbox, what have I done wrong?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘my action is not working after upgrade’ is closed to new replies.