Plugin Directory

Changeset 2168289


Ignore:
Timestamp:
10/04/2019 02:55:20 PM (7 years ago)
Author:
colorinside
Message:

Disabled wp_mail() in Debugging Cron

Location:
fm-tools/trunk
Files:
2 edited

Legend:

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

    r2164408 r2168289  
    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.1
     6Version:        2.1.2
    77Author:         colorinside studio
    88Author URI:     https://colorinside.com
     
    128128
    129129    // Mail Debug
     130/*
    130131    $body[] = 'Cron Jobs: ' . var_export(_get_cron_array(), true);
    131132    $body[] = 'Response: ' . var_export($response, true);
     
    138139    $headers[] = 'From:  ' . get_bloginfo('admin_email');
    139140    wp_mail('matteo@colorinside.com', 'fmTools Report - ' . $site, $body, $headers);
     141*/
    140142}
    141143
  • fm-tools/trunk/readme.txt

    r2164408 r2168289  
    33Requires at least: 4.0.0
    44Tested up to: 5.2.3
    5 Stable tag: 2.1.1
     5Stable tag: 2.1.2
    66
    77This 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.
     
    3030
    3131== Changelog ==
     32Version 2.1.2
     33- Disabled wp_mail() in Debugging Cron
     34
    3235Version 2.1.1
    3336- New Report for Debugging Cron
Note: See TracChangeset for help on using the changeset viewer.