wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



user_contactmethods › Filtr WordPress Hooks

Od2.9.0
Przestarzałyn/a
apply_filters( 'user_contactmethods', $methods, $user )
Parametry: (2)
  • (string[]) $methods Array of contact method labels keyed by contact method.
    Wymagane: Tak
  • (WP_User|null) $user WP_User object or null if none was provided.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the user contact methods.





Źródło

return apply_filters( 'user_contactmethods', $methods, $user );