Changeset 7361 for trunk/src/includes/common/ajax.php
- Timestamp:
- 11/16/2025 11:04:14 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/includes/common/ajax.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/ajax.php
r6871 r7361 38 38 $ajaxurl = add_query_arg( array( 'bbp-ajax' => 'true' ), $base_url ); 39 39 40 // Filter & return 40 /** 41 * Filters the URL used for theme-side bbPress AJAX requests. 42 * 43 * @since 2.3.0 bbPress (r4543) 44 * 45 * @param string $ajaxurl The URL for bbPress AJAX requests. 46 * @return string The filtered URL for bbPress AJAX requests. 47 */ 41 48 return apply_filters( 'bbp_get_ajax_url', $ajaxurl ); 42 49 }
Note: See TracChangeset
for help on using the changeset viewer.