- Timestamp:
- 04/24/2023 02:32:27 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/members/loader.php
r13414 r13461 66 66 foreach ( $ajax_actions as $ajax_action ) { 67 67 $action = key( $ajax_action ); 68 69 bp_ajax_register_action( $action ); 68 70 69 71 add_action( 'wp_ajax_' . $action, $ajax_action[ $action ]['function'] );
Note: See TracChangeset
for help on using the changeset viewer.