comment_form_logged_in_after

comment_form_logged_in_after

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('comment_form_logged_in_after') is found 1 times:

  • /wp-includes/comment-template.php line 2740
    				 *                              username, email, and URL.
    				 * @param string $user_identity If the commenter is a registered user,
    				 *                              the display name, blank otherwise.
    				 */
    				do_action( 'comment_form_logged_in_after', $commenter, $user_identity );
    
    			else :
    
    				echo $args['comment_notes_before'];
    
    			endif;
    

See this hook used in plugins: