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
-
(Required)
- $meta_key
-
(Required)
- $meta_value
-
(Required)
Return Return
(void)
Source Source
File: includes/integrations/class-wp-all-import.php
Expand full source code Collapse full source code View on Github