beans_comment_form_after_fields

Echo comment fields closing wraps.

This function must be attached to the WordPress ‘comment_form_after_fields’ action which is only called if the user is not logged in.

beans_comment_form_after_fields( )

Return: (void)

Source

function beans_comment_form_after_fields() {

		beans_close_markup_e( 'beans_comment_fields_inner_wrap', 'div' );

	beans_close_markup_e( 'beans_comment_fields_wrap', 'div' );

}