skipv1_0_0import_values
Importing values from a file.
Description
Parameters (2)
- 0. $option_group
- The option group.
- 1. $file_name (string)
- The
file
name.
Usage
if ( !function_exists( 'skip\v1_0_0\import_values' ) ) { require_once ABSPATH . PLUGINDIR . 'facebook-fanpage-import/includes/skip/elements/forms/import.php'; } // The option group. $option_group = null; // The file name. $file_name = ''; // NOTICE! Understand what this does before running. $result = skip\v1_0_0\import_values($option_group, $file_name);
Defined (1)
The function is defined in the following location(s).