comment_form_must_log_in_after

comment_form_must_log_in_after

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('comment_form_must_log_in_after') is found 1 times:

  • /wp-includes/comment-template.php line 2695
    			 * Fires after the HTML-formatted 'must log in after' message in the comment form.
    			 *
    			 * @since 3.0.0
    			 */
    			do_action( 'comment_form_must_log_in_after' );
    
    		else :
    
    			printf(
    				'<form action="%s" method="post" id="%s" class="%s"%s>',
    				esc_url( $args['action'] ),