- Timestamp:
- 05/03/2023 06:18:23 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/buddypress-functions.php
r13461 r13468 207 207 } 208 208 209 // Set the BP Uri for the Ajax customizer preview.210 add_filter( 'bp_uri', array( $this, 'customizer_set_uri' ), 10, 1 );211 212 209 // Modify "registration disabled" and welcome message if invitations are enabled. 213 210 add_action( 'bp_nouveau_feedback_messages', array( $this, 'filter_registration_messages' ), 99 ); … … 662 659 * 663 660 * @since 3.0.0 661 * @todo deprecate The `bp_uri` filter is not available anymore. Is this function still needed using BP Rewrites? 664 662 * 665 663 * @param string $path The BP Uri.
Note: See TracChangeset
for help on using the changeset viewer.