sodium_library_version_major

The timeline below displays how wordpress function sodium_library_version_major has changed across different WordPress versions. If a version is not listed, refer to the next available version below.

WordPress Version: 5.2

/**
 * @see ParagonIE_Sodium_Compat::library_version_major()
 * @return int
 */
function sodium_library_version_major()
{
    return ParagonIE_Sodium_Compat::library_version_major();
}