learndash_sanitize_version_string learndash_sanitize_version_string( string $version ) Sanitizes a given version string to ensure that it follows SemVer properly. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $version (string) (Required) Version string. Return # (string) Source # File: includes/ld-misc-functions.php Changelog # Changelog Version Description 4.18.1 Introduced. Related # Namespace # global @package # LearnDash / Misc Uses # Uses Uses Description src/Core/Utilities/Cast.php: Cast::to_string () Casts a value to a string if possible or returns an empty string. Used By # Used By Used By Description includes/admin/class-learndash-admin-builder.php: Learndash_Admin_Builder::builder_admin_footer () Call via the WordPress admin_footer action hook.
Uses # Uses Uses Description src/Core/Utilities/Cast.php: Cast::to_string () Casts a value to a string if possible or returns an empty string.
Used By # Used By Used By Description includes/admin/class-learndash-admin-builder.php: Learndash_Admin_Builder::builder_admin_footer () Call via the WordPress admin_footer action hook.