• Resolved Fibro Jedi

    (@fibrojedi)


    Hey there,

    I am just reviewing the items in WP Cron and spotted what appears to be an error message in your process iawp_prune.

    Closure in wp-content/plugins/independent-analytics/IAWP/Data_Pruning/Pruner.php at line 84

    I don’t know if it is actually an error but no other item’s “Action” is formatted in the same way, so I thought I’d just flag it here in case.

    Thanks,

    M

Viewing 1 replies (of 1 total)
  • Plugin Author Ben Sibley

    (@bensibley)

    HI there,

    Thanks for using Independent Analytics!

    If you’re using the WP Crontrol plugin, it tries to find the name of the function that will be called to display in the Actions column. Sometimes, the function doesn’t have a name but is an anonymous function called a “closure” in PHP. In this case, WP Crontrol doesn’t have a name to provide, so it gives the file line where you can find the closure instead. There’s no error – it’s just a different way calling a function when the cron event runs.

Viewing 1 replies (of 1 total)

The topic ‘Closure in Pruner.php’ is closed to new replies.