]);
/**
** A base module for [count], Twitter-like character count
**/
/* form_tag handler */
add_action( 'wpcf7_init', 'wpcf7_add_form_tag_count', 10, 0 );
function wpcf7_add_form_tag_count() {
wpcf7_add_form_tag( 'count',
'wpcf7_count_form_tag_handler',
array(
'name-attr' => true,
'zero-controls-container' => true,
'not-for-mail' => true,
)
);
}
function wpcf7_count_form_tag_handler( $tag ) {
if ( empty( $tag->name ) ) {
return '';
}
$targets = wpcf7_scan_form_tags( array( 'name' => $tag->name ) );
$maxlength = $minlength = null;
while ( $targets ) {
$target = array_shift( $targets );
if ( 'count' !== $target->type ) {
$maxlength = $target->get_maxlength_option();
$minlength = $target->get_minlength_option();
break;
}
}
if ( $maxlength and $minlength
and $maxlength < $minlength ) {
$maxlength = $minlength = null;
}
if ( $tag->has_option( 'down' ) ) {
$value = (int) $maxlength;
$class = 'wpcf7-character-count down';
} else {
$value = '0';
$class = 'wpcf7-character-count up';
}
$atts = array();
$atts['id'] = $tag->get_id_option();
$atts['class'] = $tag->get_class_option( $class );
$atts['data-target-name'] = $tag->name;
$atts['data-starting-value'] = $value;
$atts['data-current-value'] = $value;
$atts['data-maximum-value'] = $maxlength;
$atts['data-minimum-value'] = $minlength;
$html = sprintf(
'%2$s',
wpcf7_format_atts( $atts ),
$value
);
return $html;
}
King Sales and Service Custom Sprockets » POLARIS

POLARIS
| 50 SCRAMBLER |
‘ 01-03 |
|
100A |
20-76 |
C |
N/A |
18 |
|
|
428 |
| 50 PREDATOR |
‘ 04-09 |
|
773A |
20-76 |
C |
N/A |
15 |
|
|
428 |
| 50 OUTLAW |
2008 |
|
|
|
|
|
|
|
|
|
| 90 OUTLAW |
‘ 07-09 |
|
100A |
20-76 |
C |
N/A |
|
|
|
428 |
| 90 PREDATOR REVERSE |
2004 |
|
100A |
20-76 |
C |
703 |
|
16-23 |
L |
428 |
| 90 PREDATOR |
‘ 05-06 |
|
100A |
20-76 |
C |
704 |
|
16-23 |
L |
428 |
| 90 SCRAMBLER |
‘ 01-03 |
|
100A |
20-76 |
C |
703 |
|
16-23 |
L |
428 |
| 90 SPORTMAN |
‘ 01-04 |
|
100A |
20-76 |
C |
703 |
|
16-23 |
L |
428 |
| 90 SPORTMAN |
2006 |
|
100A |
20-76 |
C |
704 |
|
16-23 |
L |
428 |
| 90 SPORTMAN |
2007 |
|
100A |
20-76 |
C |
N/A |
|
|
|
428 |
| 90 SPORTMAN |
2008 |
|
100A |
20-76 |
C |
N/A |
|
|
|
428 |
| 90 SPORTMAN |
2009 |
|
|
|
|
|
|
|
|
428 |
| 250, 300, 350, 400, 425, 500 |
85-96 |
|
106A |
30-76 |
B |
588 |
|
‘ 11-14 |
I |
520 |
| 3.153 ID 6 BOLT |
85-98 |
|
106A |
30-76 |
B |
588 |
|
‘ 11-14 |
I |
520 |
| 330 TRAIL BOSS |
‘ 03-09 |
40 |
106A |
30-76 |
B |
588 |
11 |
‘ 11-14 |
I |
520 |
| 450 OUTLAW |
‘ 07-09 |
38 |
776A |
38-76 |
B |
855 |
14 |
‘ 12-15 |
G |
520 |
| 500 OUTLAW |
‘ 06-07 |
38 |
776A |
38-76 |
B |
N/A |
|
|
|
520 |
| 500 PREDATOR |
‘ 05-06 |
38 |
760A |
35-76 |
B |
N/A |
|
|
|
520 |
| 500 SCRAMBLER |
85-87 |
|
106A |
30-76 |
B |
588 |
14 |
‘ 11-14 |
I |
520 |
| 500 SCRAMBLER |
00-09 |
|
106A |
30-76 |
B |
588 |
14 |
‘ 11-14 |
I |
520 |
| 500 SPORTSMAN |
96 |
|
106A |
30-76 |
B |
588 |
14 |
‘ 11-14 |
I |
520 |
| 525 OUTLAW |
‘ 07-09 |
38 |
776A |
38-76 |
B |
855 |
14 |
‘ 12-15 |
G |
520 |