bbp_topic_row_actions

bbp_topic_row_actions

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_topic_row_actions') is found 1 times:

  • /includes/topics/template.php line 3726
    3722
    3723
    3724
    3725
    3726
    3727
    3728
    3729
    3730
    3731
    3732
    *
     * @todo Links and filter
     */
    function bbp_topic_row_actions() {
        do_action( 'bbp_topic_row_actions' );
    }
     
    /**
     * Output value of topic tags field
     *
     * @since 2.0.0 bbPress (r2976)