Top Google Search Results
- comment_{$old_status}_to_{$new_status} - Adam R Brown
WordPress hook directory comment_{$old_status}_to_{$new_status}. Important warning about variable hooks. Some hooks have variables in their names. - php - Wordpress Comment status changing hook - Stack Overflow
up vote 1 down vote accepted. Look at the hook comment_{$old_status}_to_{$ new_status}. It's in file /wp-includes/comment.php ... - PHPXRef 0.7 : WordPress : /wp-includes/comment.php source
$old_status ) { 1181 do_action('transition_comment_status', $new_status, $ old_status, $comment); 1182 do_action("comment_{$old_status}_to_{$ new_status}", ... - /wp-includes/comment.php source - PHP Cross Reference ...
Jun 1, 2011 ... 23 * 24 * If none of the checks fail, then the failback is to set the check ...... do_action("comment_{$old_status}_to_{$new_status}", $comment); ...