You are here

function user_stats_action_post_count_reset in User Stats 5

hook_action_info() callback

Parameters

&$user: Reference to the user object

$settings: Workflow-ng settings parameter

&$arguments: Pointer to all arguments passed to the function from Workflow-ng

&$log: Reference to Workflow-ng's internal log

File

./user_stats.module, line 679
User Stats provides commonly requested user statistics for themers. These are:

Code

function user_stats_action_post_count_reset(&$user, $settings, &$arguments, &$log) {
  user_stats_post_count_update($user, 'reset');
}