Fires in the create Application Passwords form.
$profile_user
Sortie :
@param WP_User $profile_user The current WP_User object.
// Ajouter une fonction au hook action 'wp_create_application_password_form'
add_action('wp_create_application_password_form', 'ma_fonction_personnalisee', 10, 1);
function ma_fonction_personnalisee($profile_user) {
// Votre code ici
error_log('Hook wp_create_application_password_form déclenché');
}
Chargement des actualités...