skipv1_0_0import_button
Import Button.
Description
Parameters (3)
- 0. $name (string)
- The name.
- 1. $args
- The args.
- 2. $return — Optional. (string) =>
'echo'
- The return.
Usage
if ( !function_exists( 'skip\v1_0_0\import_button' ) ) { require_once ABSPATH . PLUGINDIR . 'facebook-fanpage-import/includes/skip/elements/forms/import.php'; } // The name. $name = ''; // The args. $args = null; // The return. $return = 'echo'; // NOTICE! Understand what this does before running. $result = skip\v1_0_0\import_button($name, $args, $return);
Defined (1)
The function is defined in the following location(s).