Changeset 7361 for trunk/src/includes/admin/metaboxes.php
- Timestamp:
- 11/16/2025 11:04:14 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/admin/metaboxes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/admin/metaboxes.php
r7360 r7361 88 88 } 89 89 90 // Filter & return 91 return apply_filters( 'bbp_dashboard_at_a_glance', $elements, $r ); 90 /** 91 * Filters the "at a glance" dashboard items. 92 * 93 * @since 2.6.0 94 * 95 * @param array $elements The existing "at a glance" dashboard items. 96 * @param array $r The statistics array. 97 */ 98 return (array) apply_filters( 'bbp_dashboard_at_a_glance', $elements, $r ); 92 99 } 93 100
Note: See TracChangeset
for help on using the changeset viewer.