apply_filters( 'pre_user_id', int $user_ID )

Filters the comment author’s user id before it is set.


Description

The first time this filter is evaluated, ‘user_ID’ is checked (for back-compat), followed by the standard ‘user_id’ value.


Parameters

$user_ID

(int) The comment author's user ID.


Source

File: wp-includes/comment.php

View on GitHub



Changelog

Changelog
Version Description
WP-1.5.0 Introduced.