Changeset 12901 for trunk/src/bp-core/bp-core-attachments.php
- Timestamp:
- 04/21/2021 12:11:12 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-attachments.php
r12588 r12901 468 468 * @type string $file The name of the file. 469 469 * } 470 */ 471 $pre_filter = apply_filters( 'bp_attachments_pre_get_attachment', null, $r ); 470 * @param string $data The requested data `url` or `path`. 471 */ 472 $pre_filter = apply_filters( 'bp_attachments_pre_get_attachment', null, $r, $data ); 472 473 if ( $pre_filter !== null ) { 473 474 return $pre_filter;
Note: See TracChangeset
for help on using the changeset viewer.