- Timestamp:
- 06/16/2020 05:24:41 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.0/src/bp-notifications/bp-notifications-filters.php
r12416 r12669 1 1 <?php 2 2 /** 3 * Filters related to the Activitycomponent.3 * Filters related to the Notifications component. 4 4 * 5 5 * @package BuddyPress … … 7 7 * @since 4.0.0 8 8 */ 9 10 11 // Format numerical output. 12 add_filter( 'bp_notifications_get_total_notification_count', 'bp_core_number_format' ); 9 13 10 14 // Privacy data export.
Note: See TracChangeset
for help on using the changeset viewer.