bbp_get_reply_spam_link

bbp_get_reply_spam_link

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_spam_link') is found 1 times:

  • /includes/replies/template.php line 2047
    2043
    2044
    2045
    2046
    2047
    2048
    2049
    2050
    2051
    2052
    2053
            $uri     = wp_nonce_url( $uri, 'spam-reply_' . $reply->ID );
            $retval  = $r['link_before'] . '<a href="' . esc_url( $uri ) . '" class="bbp-reply-spam-link">' . $display . '</a>' . $r['link_after'];
     
            // Filter & return
            return apply_filters( 'bbp_get_reply_spam_link', $retval, $r, $args );
        }
     
    /**
     * Move reply link
     *
     * Output the move link of the reply