bp_get_notifications_read_permalink

bp_get_notifications_read_permalink

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.0

apply_filters('bp_get_notifications_read_permalink') is found 1 times:

  • /bp-notifications/bp-notifications-template.php line 160
    		 *
    		 * @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.