Plugin Directory

Changeset 2183242


Ignore:
Timestamp:
10/30/2019 04:23:40 PM (6 years ago)
Author:
colorinside
Message:

Bug fix in fm_tools_upgrade_completed()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fm-tools/trunk/fm-tools.php

    r2183238 r2183242  
    44Plugin URI:     https://colorinside.com
    55Description:    This plugin is reserved to FattoreMamma Active's users. This tool monitors blogposts performances, only if included in authorized FattoreMamma's campaign identified by a campaign code.
    6 Version:        2.1.3
     6Version:        2.1.4
    77Author:         colorinside studio
    88Author URI:     https://colorinside.com
     
    4040add_action('admin_init', 'load_fm_tools_admin');
    4141add_action('template_redirect', 'load_fm_tools_public');
    42 add_action('upgrader_process_complete', 'fm_tools_upgrade_completed');
     42add_action('upgrader_process_complete', 'fm_tools_upgrade_completed', 10, 2);
    4343
    4444
Note: See TracChangeset for help on using the changeset viewer.