learndash_return_bytes_from_shorthand learndash_return_bytes_from_shorthand( int|string $val ) Converts the file size shorthand to bytes. ContentsDescription Parameters Return Source Changelog Related Namespace @package Uses Used By Description # Parameters # $val (int|string) (Optional) Shorthand notation for file size like 1024M. Default 0. Return # (int) Returns the bytes after converting from shorthand. Source # File: includes/ld-assignment-uploads.php Changelog # Changelog Version Description 4.24.0 Better support for 32bit systems. 2.5.0 Introduced. Related # Namespace # global @package # LearnDash / Assignments Uses # Uses Uses Description src/Core/Utilities/Cast.php: Cast::to_int () Casts a value to a int if possible or returns an empty string. Used By # Used By Used By Description includes/ld-assignment-uploads.php: learndash_check_upload () Checks whether the assignment upload is successful or not. includes/settings/settings-sections/class-ld-settings-section-support-wordpress.php: LearnDash_Settings_Section_Support_WordPress::learndash_support_sections_init () Support Sections Init includes/settings/settings-metaboxes/class-ld-settings-metabox-topic-display-content.php: LearnDash_Settings_Metabox_Topic_Display_Content::filter_saved_fields () Filter settings values for metabox before save to database. includes/settings/settings-metaboxes/class-ld-settings-metabox-lesson-display-content.php: LearnDash_Settings_Metabox_Lesson_Display_Content::filter_saved_fields () Filter settings values for metabox before save to database.
Uses # Uses Uses Description src/Core/Utilities/Cast.php: Cast::to_int () Casts a value to a int if possible or returns an empty string.
Used By # Used By Used By Description includes/ld-assignment-uploads.php: learndash_check_upload () Checks whether the assignment upload is successful or not. includes/settings/settings-sections/class-ld-settings-section-support-wordpress.php: LearnDash_Settings_Section_Support_WordPress::learndash_support_sections_init () Support Sections Init includes/settings/settings-metaboxes/class-ld-settings-metabox-topic-display-content.php: LearnDash_Settings_Metabox_Topic_Display_Content::filter_saved_fields () Filter settings values for metabox before save to database. includes/settings/settings-metaboxes/class-ld-settings-metabox-lesson-display-content.php: LearnDash_Settings_Metabox_Lesson_Display_Content::filter_saved_fields () Filter settings values for metabox before save to database.