bbPress class to handle pinging

package bbPress

 Methods

Gets the Pingback endpoint URI provided by a web page specified by URL

get_endpoint_uri($url) : string | boolean

Parameters

$url

Returns

stringbooleanReturns the Pingback endpoint URI if found or false

Sends all pingbacks and other ping like requests

send_all() : integer

At the moment only sends normal pingbacks, but may be expanded in the future.

Returns

integerThe number of pings sent

Sends all pingbacks

send_all_pingbacks() : integer

Returns

integerThe number of pings sent

Sends a single pingback if a link is found

send_pingback($topic_id, $post_text) : integer

Parameters

$topic_id

$post_text

Returns

integerThe number of pingbacks sent