Changeset 3350498
- Timestamp:
- 08/26/2025 02:03:35 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ticketmachine-event-manager/trunk/ticketmachine-event-manager.php
r3350486 r3350498 33 33 function ticketmachine_check_some_other_plugin() { 34 34 if(!headers_sent() && !session_id()){session_start();} 35 35 36 if (!function_exists('is_plugin_active')) { 36 37 include_once(ABSPATH . 'wp-admin/includes/plugin.php'); 37 38 } 39 38 40 if (is_plugin_active('ticketmachine-event-manager/ticketmachine-event-manager.php')){ 39 41 global $wpdb, $ticketmachine_globals, $ticketmachine_api;
Note: See TracChangeset
for help on using the changeset viewer.