nf_old_subs_csv_bom
The Ninja Forms nf old subs csv bom function.
Description
nf_old_subs_csv_bom( $bom );
Parameters (1)
- 0. $bom
- The bom.
Usage
if ( !function_exists( 'nf_old_subs_csv_bom' ) ) { require_once ABSPATH . PLUGINDIR . 'ninja-forms/deprecated/includes/deprecated.php'; } // The bom. $bom = null; // NOTICE! Understand what this does before running. $result = nf_old_subs_csv_bom($bom);
Defined (1)
The function is defined in the following location(s).
- /deprecated/includes/deprecated.php
- function nf_old_subs_csv_bom( $bom ) {
- return apply_filters( 'ninja_forms_csv_bom', $bom );
- }