Changeset 3274038
- Timestamp:
- 04/16/2025 02:16:16 AM (12 months ago)
- File:
-
- 1 edited
-
wpjam-basic/trunk/public/wpjam-route.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wpjam-basic/trunk/public/wpjam-route.php
r3273174 r3274038 156 156 157 157 function wpjam_get_reflection($callback){ 158 if(!is_callable($callback)){159 return;160 }161 162 158 $id = wpjam_build_callback_unique_id($callback); 163 159
Note: See TracChangeset
for help on using the changeset viewer.