apply_filters( 'bp_core_get_userid_from_nicename', int|null $value, string $user_nicename )

Filters the user ID based on user_nicename.


Parameters Parameters

$value

(int|null) ID of the user or null.

$user_nicename

(string) User nicename to check.


Source Source

File: bp-members/bp-members-functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.2.3 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.