Browse: Home / Classes / Semper_Fi_Module /

Semper_Fi_Module::csv_to_array

Semper_Fi_Module::csv_to_array( string $csv )

Helper function to convert csv in key/value pair format to an associative array.


Description #


Parameters #

$csv

(string) (Required) Comma separated text string.


Return #

(array) Array representation of comma separated text


Source #

File: includes/class-ld-semper-fi-module.php


Changelog #

Changelog
Version Description
2.1.0 Introduced.