- Timestamp:
- 04/24/2023 02:32:27 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/notifications/loader.php
r13414 r13461 56 56 */ 57 57 protected function setup_actions() { 58 add_action( 'bp_init', 'bp_nouveau_notifications_init_filters', 20 ); 58 $hook = 'bp_parse_query'; 59 if ( 'rewrites' !== bp_core_get_query_parser() ) { 60 $hook = 'bp_init'; 61 } 62 63 add_action( $hook, 'bp_nouveau_notifications_init_filters', 20 ); 59 64 add_action( 'bp_nouveau_enqueue_scripts', 'bp_nouveau_notifications_enqueue_scripts' ); 60 65
Note: See TracChangeset
for help on using the changeset viewer.