wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- 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. - wp_transition_comment_status() WordPress function reference ...
$old_status ) { do_action('transition_comment_status', $new_status, $old_status, $comment); do_action("comment_{$old_status}_to_{$new_status}", ... - 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}", ...