skipv1_0_0button
skip_button( $value, $args = array() );.
Description
Adding a jQueryUI button
.
Default Usage
Parameters
$value
// (string) (required) The text
which appears on the button
.
$args
// (array/string) (optional) Values for further settings.
$args
Settings
- id (string) ID if the HTML
Element
. - submit (boolean) TRUE if
element
have to submit a form (default TRUE) - default (string) Default Value if no Value is set before.
- classes (string) Name of CSS Classes which will be inserted into HTML seperated by empty space.
- before_
element
(string) Content before theelement
. - after_
element
(string) Content after theelement
.
Parameters (2)
Usage
if ( !function_exists( 'skip\v1_0_0\button' ) ) { require_once ABSPATH . PLUGINDIR . 'facebook-fanpage-import/includes/skip/elements/forms/button.php'; } // The text which appears on the button. $value = ''; // List of Arguments. $args = array(); // NOTICE! Understand what this does before running. $result = skip\v1_0_0\button($value, $args);
Defined (1)
The function is defined in the following location(s).