Plugin Directory

Changeset 3109068


Ignore:
Timestamp:
06/28/2024 08:13:36 AM (21 months ago)
Author:
everpress
Message:

temp disable redirect

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mailster/trunk/classes/tester.class.php

    r3108604 r3109068  
    1515        add_action( 'wp_ajax_mailster_test', array( $this, 'ajax' ) );
    1616        add_filter( 'upgrader_package_options', array( &$this, 'upgrader_package_options' ) );
    17         add_action( 'activated_plugin', array( $this, 'on_activate' ) );
     17        //add_action( 'activated_plugin', array( $this, 'on_activate' ) );
    1818    }
    1919
Note: See TracChangeset for help on using the changeset viewer.