bp_get_activity_delete_link, $link

bp_get_activity_delete_link, $link

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_get_activity_delete_link, $link') is found 1 times:

  • /bp-activity/bp-activity-template.php line 3097
    		 * @since 1.1.0
    		 *
    		 * @param string $link Activity delete HTML link.
    		 */
    		return apply_filters( 'bp_get_activity_delete_link', $link );
    	}
    
    /**
     * Output the URL to delete a single activity stream item.
     *
     * @since 2.1.0