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
    1844
    1845
    1846
    1847
    1848
    1849
    1850
    1851
    1852
    1853
            // 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 *************************************************/