bbp_get_reply_to_link

bbp_get_reply_to_link

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_reply_to_link') is found 1 times:

  • /includes/replies/template.php line 1625
    		$r['uri'] = $uri;
    		$retval   = $r['link_before'] . '<a role="button" href="' . esc_url( $r&#91;'uri'&#93; ) . '" class="bbp-reply-to-link"' . $onclick . '>' . $r['reply_text'] . '</a>' . $r['link_after'];
    
    		// Filter & return
    		return apply_filters( 'bbp_get_reply_to_link', $retval, $r, $args );
    	}
    
    /**
     * Output the reply to a reply cancellation link
     *
     * @since 2.4.0 bbPress (r4944)
    

See this hook used in plugins: