<a href=
<a href=
Appears in: bbpress.2.6.11
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.11apply_filters('<a href=') is found 1 times:
- /includes/extend/buddypress/notifications.php line 101097098099100101102103104105106107
}
// WordPress Toolbar
if
(
'string'
===
$format
) {
$return
= apply_filters(
$filter
,
'<a href="'
. esc_url(
$topic_link
) .
'" title="'
. esc_attr__(
'Topic Replies'
,
'bbpress'
) .
'">'
. esc_html(
$text
) .
'</a>'
,
$action_item_count
,
$text
,
$topic_link
);
// Deprecated BuddyBar
}
else
{
$return
= apply_filters(
$filter
,
array
(
'text'
=>
$text
,
'link'
=>
$topic_link