bp_activity_ . $amount . _ . $action_filter . _notification, <a href= . esc_url( $link

bp_activity_ . $amount . _ . $action_filter . _notification, <a href= . esc_url( $link

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_activity_ . $amount . _ . $action_filter . _notification, <a href= . esc_url( $link') is found 1 times:

  • /bp-activity/bp-activity-notifications.php line 110
    		 * @param int    $total_items     How many items being notified about.
    		 * @param int    $activity_id     ID of the activity item being formatted.
    		 * @param int    $user_id         ID of the user who inited the interaction.
    		 */
    		$return = apply_filters( 'bp_activity_' . $amount . '_' . $action_filter . '_notification', '<a href="' . esc_url( $link ) . '">' . esc_html( $text ) . '</a>', $link, (int) $total_items, $activity_id, $user_id );
    	} else {
    
    		/**
    		 * Filters the activity notification for any non-string format.
    		 *
    		 * This is a variable filter that is dependent on how many items need notified about.