EDD_Batch_Import::convert_file_string_to_array( $str = '' )

Convert a files string containing delimiters to an array.


Description Description

This is identical to str_to_array() except it ignores all / characters.


Parameters Parameters

$str

(Optional) Input string to convert to an array

Default value: ''


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/admin/import/class-batch-import.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.9.20 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.