__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
use EssentialBlocks\Utils\Helper;
global $post; ?>
<div
<?php
echo wp_kses_post($wrapper_attributes); ?>>
<div class="eb-parent-wrapper eb-parent-<?php echo esc_attr($blockId); ?><?php echo esc_attr($classHook); ?>">
<div
class="<?php echo esc_attr($blockId); ?> eb-social-share-wrapper<?php echo $isFloating ? esc_attr(' eb-social-share-floating') : ''; ?><?php echo $isFloating && 'circular' == $iconShape ? esc_attr(' eb-social-share-circular') : ''; ?>">
<ul class="eb-social-shares">
<?php
foreach ($profilesOnly as $profile) {
// Check for FontAwesome icons (fa-icon-name)
preg_match('/fa-([\w\-]+)/', $profile['icon'], $fa_matches);
// Check for Dashicons (dashicons-icon-name)
preg_match('/dashicons-([\w\-]+)/', $profile['icon'], $dash_matches);
$iconClass = '';
if (is_array($fa_matches) && !empty($fa_matches[1])) {
$iconClass = $fa_matches[1] . '-original';
} elseif (is_array($dash_matches) && !empty($dash_matches[1])) {
$iconClass = $dash_matches[1] . '-original';
}
$social_url = $block_object::eb_social_share_name_link($post->ID, $profile['icon']);
if (empty($social_url)) {
continue;
}
?>
<li>
<a class="<?php echo esc_attr($iconClass); ?><?php echo ' ' . esc_attr($icnEffect); ?>"
href=<?php echo esc_url_raw($social_url); ?>
target="_blank" rel="nofollow noopener noreferrer">
<?php
echo Helper::eb_render_icon(Helper::eb_get_icon_type(esc_attr($profile['icon'])), 'hvr-icon eb-social-share-icon', esc_attr($profile['icon']));
?>
<?php
if (!empty($showTitle && !empty($profile['iconText']))) {
?>
<span class="eb-social-share-text"><?php echo esc_html($profile['iconText']); ?></span>
<?php
} ?>
</a>
</li>
<?php
} ?>
</ul>
</div>
</div>
</div>| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| advanced-image | Folder | 0750 |
|
|
| common | Folder | 0750 |
|
|
| forms | Folder | 0750 |
|
|
| insta-partials | Folder | 0750 |
|
|
| post-partials | Folder | 0750 |
|
|
| woocommerce | Folder | 0750 |
|
|
| admin.php | File | 230 B | 0640 |
|
| form-block.php | File | 2.37 KB | 0640 |
|
| instagram-feed.php | File | 2.86 KB | 0640 |
|
| post-carousel.php | File | 2.56 KB | 0640 |
|
| post-grid.php | File | 3.78 KB | 0640 |
|
| post-meta.php | File | 10.66 KB | 0640 |
|
| product-grid.php | File | 3.67 KB | 0640 |
|
| product-images.php | File | 2.21 KB | 0640 |
|
| quick-setup.php | File | 222 B | 0640 |
|
| social-share.php | File | 2.46 KB | 0640 |
|
| taxonomy.php | File | 613 B | 0640 |
|
| welcome.php | File | 6.39 KB | 0640 |
|