bp_nouveau_notifications_delete_link( string $link = '' )
Edit the Delete action link to include a dashicon
Parameters Parameters
- $link
-
(string) (Optional) The Delete action link.
Default value: ''
Return Return
(string) Link Output.
Source Source
File: bp-templates/bp-nouveau/includes/notifications/functions.php
function bp_nouveau_notifications_delete_link( $link = '' ) { return bp_nouveau_notifications_dashiconified_link( $link, _x( 'Delete', 'link', 'buddypress' ), 'dashicons-dismiss' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |