Forums
-
- Forum
- Posts
-
- Installation
- 28,407
- Troubleshooting
- 62,337
- Themes
- 10,400
- Plugins
- 15,321
- Requests & Feedback
- 14,946
- Showcase
- 3,254
-
this plugin will do it..
<?php
add_action(‘bb_user_logout’,’function_xy’);
function function_xy() {
global $re;
$re = bb_get_option(‘uri’);
}
?>