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