Changeset 13296 for trunk/src/bp-core/bp-core-rest-api.php
- Timestamp:
- 07/06/2022 10:46:45 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-rest-api.php
r13140 r13296 19 19 */ 20 20 function bp_rest_is_plugin_active() { 21 return (bool) has_action( 'bp_rest_api_init', 'bp_rest' , 5);21 return (bool) has_action( 'bp_rest_api_init', 'bp_rest' ); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.