bp_get_notifications_read_permalink

bp_get_notifications_read_permalink

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.3

apply_filters('bp_get_notifications_read_permalink') is found 1 times:

  • /bp-notifications/bp-notifications-template.php line 160
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
             *
             * @param string $retval  Permalink for the read notifications.
             * @param int    $user_id The user ID.
             */
            return apply_filters( 'bp_get_notifications_read_permalink', $retval, $user_id );
        }
     
    /** The Loop ******************************************************************/
     
    /**
     * Initialize the notifications loop.