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



user_new_form › Działania WordPress Hooks

Od3.7.0
Przestarzałyn/a
do_action( 'user_new_form', 'add-existing-user' )
Parametry:
  • (string) $type A contextual string specifying which type of new user form the hook follows.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Fires at the end of the new user form.

Passes a contextual string to make both types of new user forms uniquely targetable. Contexts are 'add-existing-user' (Multisite), and 'add-new-user' (single site and network admin).





Źródło

do_action( 'user_new_form', 'add-existing-user' );