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