wp_update_application_password

wp_update_application_password

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7

do_action('wp_update_application_password') is found 1 times:

  • /wp-includes/class-wp-application-passwords.php line 314
    			 *     @type string|null $last_ip   The IP address the application password was last used by.
    			 * }
    			 * @param array $update  The information to update.
    			 */
    			do_action( 'wp_update_application_password', $user_id, $item, $update );
    
    			return true;
    		}
    
    		return new WP_Error( 'application_password_not_found', __( 'Could not find an application password with that id.' ) );
    	}