WP_Application_Passwords::chunk_password( string $raw_password ): string

In this article

Sanitizes and then splits a password into smaller chunks.

Parameters

$raw_passwordstringrequired
The raw application password.

Return

string The chunked password.

Source

* @since 5.6.0
*
* @param string $raw_password The raw application password.
* @return string The chunked password.
*/

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

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