bbp_post_split_topic

bbp_post_split_topic

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_post_split_topic') is found 1 times:

  • /includes/topics/functions.php line 1635
    1632
    1633
    1634
    1635
    1636
    1637
    1638
    1639
    1640
    1641
        /** Successful Split ******************************************************/
     
        // Update counts, etc...
        do_action( 'bbp_post_split_topic', $from_reply->ID, $source_topic->ID, $destination_topic->ID );
     
        // Redirect back to the topic
        bbp_redirect( bbp_get_topic_permalink( $destination_topic->ID ) );
    }
     
    /**

See this hook used in plugins: