bbp_get_topic_split_link

bbp_get_topic_split_link

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_split_link') is found 1 times:

  • /includes/replies/template.php line 2165
    2162
    2163
    2164
    2165
    2166
    2167
    2168
    2169
    2170
    2171
            $retval = $r['link_before'] . '<a href="' . esc_url( $uri ) . '" title="' . $r&#91;'split_title'&#93; . '" class="bbp-topic-split-link">' . $r['split_text'] . '</a>' . $r['link_after'];
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_split_link', $retval, $r, $args );
        }
     
    /**
     * Output the approve link of the reply
     *
     * @since 2.6.0 bbPress (r5507)