bbp_edit_topic_redirect_to

bbp_edit_topic_redirect_to

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_edit_topic_redirect_to') is found 1 times:

  • /includes/topics/functions.php line 723
    			$topic_url = bbp_add_view_all( $topic_url );
    		}
    
    		// Allow to be filtered
    		$topic_url = apply_filters( 'bbp_edit_topic_redirect_to', $topic_url, $view_all, $redirect_to );
    
    		/** Successful Edit ***************************************************/
    
    		// Redirect back to new topic
    		bbp_redirect( $topic_url );