Plugin Directory

Changeset 3350498


Ignore:
Timestamp:
08/26/2025 02:03:35 PM (7 months ago)
Author:
netupag
Message:

feat: added pagination toggle to widgets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ticketmachine-event-manager/trunk/ticketmachine-event-manager.php

    r3350486 r3350498  
    3333    function ticketmachine_check_some_other_plugin() {
    3434        if(!headers_sent() && !session_id()){session_start();}
     35       
    3536        if (!function_exists('is_plugin_active')) {
    3637            include_once(ABSPATH . 'wp-admin/includes/plugin.php');
    3738        }
     39
    3840        if (is_plugin_active('ticketmachine-event-manager/ticketmachine-event-manager.php')){
    3941            global $wpdb, $ticketmachine_globals, $ticketmachine_api;
Note: See TracChangeset for help on using the changeset viewer.