apply_filters( 'user_contactmethods', array $methods, WP_User $user )

Filters the user contact methods.


Description Description


Parameters Parameters

$methods

(array) Array of contact methods and their labels.

$user

(WP_User) WP_User object.


Top ↑

Source Source

File: wp-includes/user.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
2.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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