Changeset 2183242
- Timestamp:
- 10/30/2019 04:23:40 PM (6 years ago)
- File:
-
- 1 edited
-
fm-tools/trunk/fm-tools.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fm-tools/trunk/fm-tools.php
r2183238 r2183242 4 4 Plugin URI: https://colorinside.com 5 5 Description: 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. 36 Version: 2.1.4 7 7 Author: colorinside studio 8 8 Author URI: https://colorinside.com … … 40 40 add_action('admin_init', 'load_fm_tools_admin'); 41 41 add_action('template_redirect', 'load_fm_tools_public'); 42 add_action('upgrader_process_complete', 'fm_tools_upgrade_completed' );42 add_action('upgrader_process_complete', 'fm_tools_upgrade_completed', 10, 2); 43 43 44 44
Note: See TracChangeset
for help on using the changeset viewer.