Inventory_Presser_WP_All_Import::detect_piped_options( int $post_id, string $meta_key, mixed $meta_value )
detect_piped_options
Contents
Description Description
If the value being saved to the meta key inventory_presser_options_array contains a pipe, split the string on pipe and add each option individually.
Parameters Parameters
- $post_id
-
(int) (Required)
- $meta_key
-
(string) (Required)
- $meta_value
-
(mixed) (Required)
Return Return
(void)