skipv1_0_0get_wp_file
Fileupload getter Function.
Description
skip\v1_0_0\get_wp_file( (string) $name, (constant) $label = FALSE, (array) $args = array(), (string) $return = 'html' );
Parameters (4)
- 0. $name (string)
- The name.
- 1. $label — Optional. (constant) =>
FALSE
- The label.
- 2. $args — Optional. (array) =>
array()
- The args.
- 3. $return — Optional. (string) =>
'html'
- The return.
Usage
if ( !function_exists( 'skip\v1_0_0\get_wp_file' ) ) { require_once ABSPATH . PLUGINDIR . 'facebook-fanpage-import/includes/skip/elements/forms/wp-file.php'; } // The name. $name = ''; // The label. $label = FALSE; // The args. $args = array(); // The return. $return = 'html'; // NOTICE! Understand what this does before running. $result = skip\v1_0_0\get_wp_file($name, $label, $args, $return);
Defined (1)
The function is defined in the following location(s).