<a href=

<a href=

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.11

apply_filters('<a href=') is found 1 times:

  • /includes/extend/buddypress/notifications.php line 101
    097
    098
    099
    100
    101
    102
    103
    104
    105
    106
    107
    }
     
    // 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