Lines:
1 to 39 of 39
<?php // (C) Copyright Bobbing Wide 2013-2020 /* function bw_csv_expand_shortcodes() – Expand any shortcodes in the row */ /* function bw_csv_get_funcs() – Get CSV formatting functions */ /* function bw_csv_content_array_paged() – Paginate an array of CSV content */ /* function bw_csv_content_array_select() – Select the parts of the array that will be displayed */ /* function bw_csv_content_array() – Display the contents of a CSV array */ /* function bw_csv_content_array_table() – Display CSV as a table */ /* function bw_csv_content_array_list() – Display CSV as a list */ /* function bw_csv_output_list_item() – Display a list item */ /* function bw_csv() – */ /* function bw_csv__help() – Help hook for [bw_csv] shortcode */ /* function bw_csv__syntax() – Syntax hook for [bw_csv] shortcode */ /* function bw_csv__example() – Example hook for [bw_csv] shortcode */ /* function bw_csv__snippet() – Snippet hook for [bw_csv] shortcode */ /* function bw_csv_get_mapping() – */ /* function bw_csv_dashicons() – Convert to dash icons */ /* function bw_csv_determine_delimiter */ /* function bw_csv_first_char */View on GitHub
Called by
Invoked by
Calls
Call hooks
API Letters: