edd_metabox_save_check_blank_rows( array $new )
Don’t save blank rows.
Description Description
When saving, check the price and file table for blank rows. If the name of the price or file is empty, that row should not be saved.
Parameters Parameters
- $new
-
(Required) Array of all the meta values
Return Return
(array) $new New meta value with empty keys removed
Source Source
File: includes/admin/downloads/metabox.php
Changelog Changelog
Version | Description |
---|---|
1.2.2 | Introduced. |