bbp_delete_topic_tag

bbp_delete_topic_tag

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_delete_topic_tag') is found 1 times:

  • /includes/topics/functions.php line 1848
    			// We don't have any other place to go other than home! Or we may die because of the 404 disease
    			$redirect = bbp_get_forums_url();
    
    			// Update counts, etc...
    			do_action( 'bbp_delete_topic_tag', $tag_id, $tag );
    
    			break;
    	}
    
    	/** Successful Moderation *************************************************/