$28 GRAYBYTE WORDPRESS FILE MANAGER $51

SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail

/home/bravrvjk/cepurhuye.rw/wp-content/plugins/bopea-function/widget/

HOME
Current File : /home/bravrvjk/cepurhuye.rw/wp-content/plugins/bopea-function/widget//about-us.php
<?php
if ( ! defined( 'ABSPATH' ) ) exit;
add_action('widgets_init','bopea_about_us_load_widgets');
function bopea_about_us_load_widgets(){
		register_widget("bopea_about_us_widget");
}

class bopea_about_us_widget extends WP_widget{

/*-----------------------------------------------------------------------------------*/
/*	Widget Setup
/*-----------------------------------------------------------------------------------*/

	public function __construct() {
		$widget_ops = array( 'classname' => 'jellywp_about_us_widget', 'description' => esc_html__( 'About us and social icons' , 'bopea') );
		parent::__construct('bopea_about_us_widget', esc_html__('&nbsp;About us', 'bopea'), $widget_ops);
	}

/*-----------------------------------------------------------------------------------*/
/*	Display Widget
/*-----------------------------------------------------------------------------------*/
	
	function widget($args,$instance){
	extract($args);		
		
		$title = isset($instance['title']) ? $instance['title'] : "About us";
		$feed_description = isset($instance['feed_description']) ? $instance['feed_description'] : "Mauris mattis auctor cursus. Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem imperdiet ut imperdiet eu.";
		$alignment = isset($instance['alignment']) ? $instance['alignment'] : "center";
        $space_element = isset($instance['space_element']) ? $instance['space_element'] : "20px";
        $image_uri = isset($instance['image_uri']) ? $instance['image_uri'] : "";
        $signature_uri = isset($instance['signature_uri']) ? $instance['signature_uri'] : "";
        $auth_img_radius = isset($instance['auth_img_radius']) ? $instance['auth_img_radius'] : "200px";
        $author_img_width = isset($instance['author_img_width']) ? $instance['author_img_width'] : "180px";
        $sign_img_width = isset($instance['sign_img_width']) ? $instance['sign_img_width'] : "120px";
		$facebook = isset($instance['facebook']) ? $instance['facebook'] : "#";
		$twitter = isset($instance['twitter']) ? $instance['twitter'] : "#";        
        $instagram = isset($instance['instagram']) ? $instance['instagram'] : "#";                
        $pinterest = isset($instance['pinterest']) ? $instance['pinterest'] : "#";
        $youtube = isset($instance['youtube']) ? $instance['youtube'] : "#";
        $vimeo = isset($instance['vimeo']) ? $instance['vimeo'] : "#";        
        $sound_cloud = isset($instance['sound_cloud']) ? $instance['sound_cloud'] : "#";
        $spotify_i = isset($instance['spotify_i']) ? $instance['spotify_i'] : "#";        
        $linkedin = isset($instance['linkedin']) ? $instance['linkedin'] : "#";        
        $behance = isset($instance['behance']) ? $instance['behance'] : "#";
        $telegram = isset($instance['telegram']) ? $instance['telegram'] : "#";
		$tumblr = isset($instance['tumblr']) ? $instance['tumblr'] : "#";
		$deviantart = isset($instance['deviantart']) ? $instance['deviantart'] : "#";
		$dribble = isset($instance['dribble']) ? $instance['dribble'] : "#";
		$dropbox = isset($instance['dropbox']) ? $instance['dropbox'] : "#";
		$rss = isset($instance['rss']) ? $instance['rss'] : "#";
		$skype = isset($instance['skype']) ? $instance['skype'] : "#";
		$stumbleupon = isset($instance['stumbleupon']) ? $instance['stumbleupon'] : "#";
		$wordpress = isset($instance['wordpress']) ? $instance['wordpress'] : "#";
		$yahoo = isset($instance['yahoo']) ? $instance['yahoo'] : "#";
		$flickr = isset($instance['flickr']) ? $instance['flickr'] : "#";
		$wechat = isset($instance['wechat']) ? $instance['wechat'] : "#";        
        $tiktok = isset($instance['tiktok']) ? $instance['tiktok'] : "#";        
        $vk = isset($instance['vk']) ? $instance['vk'] : "#";        
        $discord = isset($instance['discord']) ? $instance['discord'] : "#";        
        $snapchat = isset($instance['snapchat']) ? $instance['snapchat'] : "#";        
        $reddit = isset($instance['reddit']) ? $instance['reddit'] : "#";        
        $quora = isset($instance['quora']) ? $instance['quora'] : "#";
        $bluesky = isset($instance['bluesky']) ? $instance['bluesky'] : "#";
        $mastodon = isset($instance['mastodon']) ? $instance['mastodon'] : "#";
        
        if(empty($auth_img_radius)){
            $auth_img_radius = '0px';
        }
        if(empty($author_img_width)){
            $author_img_width = 'auto';
        }
        $author_img_width = 'style="max-width:'.$author_img_width.'; border-radius:'.$auth_img_radius.'"';
        
        if(!empty($sign_img_width)){
            $sign_img_width = 'style="max-width:'.$sign_img_width.'"';
        }
        
        if(! empty($space_element)){
            $space_element = 'style="gap:'.$space_element.';"';
        }

        if(empty($space_element)){
            $space_element = '';
        }
                
		?>

<?php print $before_widget;?>
<div class="widget_jl_wrapper jl_wab_<?php echo esc_attr($alignment);?>">
    <?php if($title) { print $before_title.esc_attr($title).$after_title; }?>
    <div class="jl_shab_w" <?php echo $space_element;?>>
        <?php if(!empty($image_uri)){
        echo '<span class="ab_img_w" '.$author_img_width.'>';
        echo '<img src="'.$image_uri.'"/>';
        echo '</span>';
        }?>        
        <?php if(!empty($feed_description)){?>
        <p><?php echo wp_kses_post($feed_description); ?></p>
        <?php }?>
        <?php if(!empty($signature_uri)){
        echo '<span class="ab_img_w ab_img_sg" '.$sign_img_width.'>';
        echo '<img src="'.$signature_uri.'"/>';
        echo '</span>';
        }?>
        <div class="jl_sh_widget">
            <ul class="jl_sh_ic_li">
                <?php if($facebook !=''){?>
                <li><a href="<?php echo esc_url($facebook);?>" class="facebook" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('facebook', 'bopea');?>" ><i class="jli-facebook"></i></a></li>
                <?php }?>
                <?php if($behance !=''){?>
                <li><a href="<?php echo esc_url($behance);?>" class="behance" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('behance', 'bopea');?>" ><i class="jli-behance"></i></a></li>
                <?php }?>
                <?php if($telegram !=''){?>
                <li><a href="<?php echo esc_url($telegram);?>" class="telegram" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('telegram', 'bopea');?>" ><i class="jli-telegram"></i></a></li>
                <?php }?>
                <?php if($vimeo !=''){?>
                <li><a href="<?php echo esc_url($vimeo);?>" class="vimeo" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('vimeo', 'bopea');?>" ><i class="jli-vimeo"></i></a></li>
                <?php }?>
                <?php if($youtube !=''){?>
                <li><a href="<?php echo esc_url($youtube);?>" class="youtube" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('youtube', 'bopea');?>" ><i class="jli-youtube"></i></a></li>
                <?php }?>
                <?php if($tumblr !=''){?>
                <li><a href="<?php echo esc_url($tumblr);?>" class="tumblr" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('tumblr', 'bopea');?>" ><i class="jli-tumblr"></i></a></li>
                <?php }?>
                <?php if($instagram !=''){?>
                <li><a href="<?php echo esc_url($instagram);?>" class="instagram" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('instagram', 'bopea');?>" ><i class="jli-instagram"></i></a></li>
                <?php }?>
                <?php if($linkedin !=''){?>
                <li><a href="<?php echo esc_url($linkedin);?>" class="linkedin" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('linkedin', 'bopea');?>" ><i class="jli-linkedin"></i></a></li>
                <?php }?>
                <?php if($pinterest !=''){?>
                <li><a href="<?php echo esc_url($pinterest);?>" class="pinterest" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('pinterest', 'bopea');?>" ><i class="jli-pinterest"></i></a></li>
                <?php }?>
                <?php if($twitter !=''){?>
                <li><a href="<?php echo esc_url($twitter);?>" class="twitter" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('X', 'bopea');?>" ><svg fill="currentColor" height="0.8em" xmlns="http://www.w3.org/2000/svg" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd" viewBox="0 0 512 462.8"><path fill-rule="nonzero" d="M403.229 0h78.506L310.219 196.04 512 462.799H354.002L230.261 301.007 88.669 462.799h-78.56l183.455-209.683L0 0h161.999l111.856 147.88L403.229 0zm-27.556 415.805h43.505L138.363 44.527h-46.68l283.99 371.278z"></path></svg></a></li>
                <?php }?>
                <?php if($deviantart !=''){?>
                <li><a href="<?php echo esc_url($deviantart);?>" class="deviantart" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('DeviantArt', 'bopea');?>" ><i class="jli-deviantart"></i></a></li>
                <?php }?>
                <?php if($dribble !=''){?>
                <li><a href="<?php echo esc_url($dribble);?>" class="dribble" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('Dribbble', 'bopea');?>" ><i class="jli-dribble"></i></a></li>
                <?php }?>
                <?php if($dropbox !=''){?>
                <li><a href="<?php echo esc_url($dropbox);?>" class="dropbox" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('dropbox', 'bopea');?>" ><i class="jli-dropbox"></i></a></li>
                <?php }?>
                <?php if($rss !=''){?>
                <li><a href="<?php echo esc_url($rss);?>" class="rss" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('rss', 'bopea');?>" ><i class="jli-rss"></i></a></li>
                <?php }?>
                <?php if($skype !=''){?>
                <li><a href="<?php echo esc_url($skype);?>" class="skype" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('skype', 'bopea');?>" ><i class="jli-skype"></i></a></li>
                <?php }?>
                <?php if($stumbleupon !=''){?>
                <li><a href="<?php echo esc_url($stumbleupon);?>" class="stumbleupon" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('stumbleupon', 'bopea');?>" ><i class="jli-stumbleupon"></i></a></li>
                <?php }?>
                <?php if($wordpress !=''){?>
                <li><a href="<?php echo esc_url($wordpress);?>" class="wordpress" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('wordpress', 'bopea');?>" ><i class="jli-wordpress"></i></a></li>
                <?php }?>
                <?php if($yahoo !=''){?>
                <li><a href="<?php echo esc_url($yahoo);?>" class="yahoo" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('yahoo', 'bopea');?>" ><i class="jli-yahoo"></i></a></li>
                <?php }?>
                <?php if($flickr !=''){?>
                <li><a href="<?php echo esc_url($flickr);?>" class="flickr" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('flickr', 'bopea');?>" ><i class="jli-flickr"></i></a></li>
                <?php }?>
                <?php if($sound_cloud !=''){?>
                <li><a href="<?php echo esc_url($sound_cloud);?>" class="soundcloud" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('soundcloud', 'bopea');?>" ><i class="jli-soundcloud"></i></a></li>
                <?php }?>
                <?php if($spotify_i !=''){?>
                <li><a href="<?php echo esc_url($spotify_i);?>" class="soundcloud" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('spotify', 'bopea');?>" ><i class="jli-spotify"></i></a></li>
                <?php }?>
                <?php if($wechat !=''){?>
                <li><a href="<?php echo esc_url($wechat);?>" class="soundcloud" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('wechat', 'bopea');?>" ><i class="jli-wechat"></i></a></li>
                <?php }?>        
                <?php if($tiktok !=''){?>
                <li><a href="<?php echo esc_url($tiktok);?>" class="tiktok" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('tiktok', 'bopea');?>" ><i class="jli-tiktok"></i></a></li>
                <?php }?>        
                <?php if($vk !=''){?>
                <li><a href="<?php echo esc_url($vk);?>" class="vk" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('vk', 'bopea');?>" ><i class="jli-vk"></i></a></li>
                <?php }?>        
                <?php if($discord !=''){?>
                <li><a href="<?php echo esc_url($discord);?>" class="discord" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('discord', 'bopea');?>" ><svg height="13px" xmlns="http://www.w3.org/2000/svg" viewBox="1.96 4.26 20.03 15.53"><path fill="currentColor" d="M14.82 4.26a10.14 10.14 0 0 0-.53 1.1 14.66 14.66 0 0 0-4.58 0 10.14 10.14 0 0 0-.53-1.1 16 16 0 0 0-4.13 1.3 17.33 17.33 0 0 0-3 11.59 16.6 16.6 0 0 0 5.07 2.59A12.89 12.89 0 0 0 8.23 18a9.65 9.65 0 0 1-1.71-.83 3.39 3.39 0 0 0 .42-.33 11.66 11.66 0 0 0 10.12 0q.21.18.42.33a10.84 10.84 0 0 1-1.71.84 12.41 12.41 0 0 0 1.08 1.78 16.44 16.44 0 0 0 5.06-2.59 17.22 17.22 0 0 0-3-11.59 16.09 16.09 0 0 0-4.09-1.35zM8.68 14.81a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.93 1.93 0 0 1 1.8 2 1.93 1.93 0 0 1-1.8 2zm6.64 0a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.92 1.92 0 0 1 1.8 2 1.92 1.92 0 0 1-1.8 2z"></path></svg></a></li>
                <?php }?>
                <?php if($snapchat !=''){?>
                <li><a href="<?php echo esc_url($snapchat);?>" class="snapchat" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('snapchat', 'bopea');?>" ><svg height="18px" xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24"><path d="M12.166 3c.796 0 3.495.223 4.769 3.073.426.959.324 2.589.24 3.898l-.002.047c-.011.146-.018.278-.024.41a.62.62 0 0 0 .322.072c.241-.013.53-.096.831-.241a.81.81 0 0 1 .373-.084c.146 0 .289.023.409.072.361.12.59.385.59.674.013.361-.313.675-.975.939-.071.023-.169.061-.276.096-.363.109-.917.289-1.073.651-.072.181-.049.421.098.697l.012.013c.048.109 1.228 2.795 3.854 3.229a.401.401 0 0 1 .337.409c0 .06-.013.119-.036.181-.193.457-1.023.795-2.53 1.021-.047.073-.096.302-.132.459-.022.144-.06.289-.107.444-.061.218-.217.325-.446.325h-.024a2.45 2.45 0 0 1-.433-.059 4.799 4.799 0 0 0-1.024-.108c-.24 0-.48.012-.732.06-.483.084-.904.373-1.386.71-.687.481-1.469 1.036-2.649 1.036-.048 0-.096-.012-.146-.012h-.119c-1.181 0-1.951-.543-2.637-1.036-.481-.338-.89-.626-1.373-.711a5.507 5.507 0 0 0-.745-.06c-.435 0-.771.072-1.023.12-.17.035-.314.059-.435.059a.45.45 0 0 1-.47-.337c-.048-.154-.071-.313-.107-.456-.038-.146-.085-.396-.133-.458-1.543-.179-2.373-.517-2.565-.986a.473.473 0 0 1-.044-.181.398.398 0 0 1 .337-.409c2.625-.434 3.805-3.119 3.854-3.232l.013-.023c.145-.277.18-.52.096-.699-.156-.349-.711-.529-1.07-.65a1.759 1.759 0 0 1-.279-.096c-.89-.35-1.011-.748-.962-1.024.072-.384.541-.637.939-.637.117 0 .217.023.308.06.337.155.635.241.888.241a.742.742 0 0 0 .373-.085l-.041-.458c-.08-1.307-.182-2.935.247-3.889 1.236-2.836 3.929-3.054 4.724-3.054L12.117 3h.049z"></path></svg></a></li>
                <?php }?>
                <?php if($reddit !=''){?>
                <li><a href="<?php echo esc_url($reddit);?>" class="reddit" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('reddit', 'bopea');?>" ><svg height="14px" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="1.97 2.9 16.02 14.2"><g><path d="M18 10.1c0-1-.8-1.8-1.8-1.7-.4 0-.9.2-1.2.5-1.4-.9-3-1.5-4.7-1.5l.8-3.8 2.6.6c0 .7.6 1.2 1.3 1.2.7 0 1.2-.6 1.2-1.3 0-.7-.6-1.2-1.3-1.2-.5 0-.9.3-1.1.7L11 2.9h-.2c-.1 0-.1.1-.1.2l-1 4.3C8 7.4 6.4 7.9 5 8.9c-.7-.7-1.8-.7-2.5 0s-.7 1.8 0 2.5c.1.1.3.3.5.3v.5c0 2.7 3.1 4.9 7 4.9s7-2.2 7-4.9v-.5c.6-.3 1-.9 1-1.6zM6 11.4c0-.7.6-1.2 1.2-1.2.7 0 1.2.6 1.2 1.2s-.6 1.2-1.2 1.2c-.7 0-1.2-.5-1.2-1.2zm7 3.3c-.9.6-1.9 1-3 .9-1.1 0-2.1-.3-3-.9-.1-.1-.1-.3 0-.5.1-.1.3-.1.4 0 .7.5 1.6.8 2.5.7.9.1 1.8-.2 2.5-.7.1-.1.3-.1.5 0s.2.3.1.5zm-.3-2.1c-.7 0-1.2-.6-1.2-1.2s.6-1.2 1.2-1.2c.7 0 1.2.6 1.2 1.2.1.7-.5 1.2-1.2 1.2z"></path></g></svg></a></li>
                <?php }?>
                <?php if($quora !=''){?>
                <li><a href="<?php echo esc_url($quora);?>" class="quora" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('quora', 'bopea');?>" ><svg width="1em" height="1em" viewBox="0 0 17 20"><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="Dribbble-Light-Preview" transform="translate(-141.000000, -7439.000000)" fill="currentColor"><g id="icons" transform="translate(56.000000, 160.000000)"><path d="M94.6307159,7294.53993 C94.2430139,7294.63693 93.8504042,7294.67493 93.4715358,7294.67493 C91.455485,7294.67493 89.0409353,7293.78793 89.0409353,7288.25196 C89.0409353,7282.71798 91.5693418,7281.18899 93.5853926,7281.18899 C95.6014434,7281.18899 97.9453233,7282.50598 97.9453233,7288.04196 C97.9453233,7290.55095 97.4437644,7292.14594 96.7076212,7293.14293 C96.695843,7293.14393 96.6870092,7293.14093 96.6870092,7293.14093 C95.0105658,7290.93694 92.8355081,7291.46494 92.3143187,7291.70494 C92.3143187,7291.70494 92.3800808,7292.20994 92.5184758,7293.12893 C93.6688222,7293.12793 94.2390878,7293.73593 94.6366051,7294.52093 C94.632679,7294.52993 94.6307159,7294.53993 94.6307159,7294.53993 M97.9090069,7295.59792 C97.9090069,7295.59792 97.91097,7295.59192 97.912933,7295.58492 C100.362818,7294.03693 102,7291.21394 102,7287.83196 C102,7281.31499 97.8579677,7279 93.5274827,7279 C89.4413972,7279 85,7282.27098 85,7287.95696 C85,7294.47393 89.1420323,7296.86392 93.4734988,7296.86392 C94.1546767,7296.86392 94.816224,7296.78092 95.4512702,7296.62592 C95.4512702,7296.62592 95.4610855,7296.62992 95.4669746,7296.63092 C97.1738453,7299.7369 99.7159931,7298.98591 100.371651,7298.74091 C100.371651,7298.74091 100.283314,7298.19391 100.129215,7297.17592 C98.903291,7297.14392 98.356582,7296.51692 97.9090069,7295.59792"></path></g></g></g></svg></a></li>
                <?php }?>
                <?php if($bluesky !=''){?>
                <li><a href="<?php echo esc_url($bluesky);?>" class="bluesky" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('bluesky', 'bopea');?>" ><svg width="1em" height="1em" fill="none" viewBox="0 0 64 56.53"><path fill="currentColor" d="M13.873 3.805C21.21 9.332 29.103 20.537 32 26.55v15.882c0-.338-.13.044-.41.867-1.512 4.456-7.418 21.847-20.923 7.944-7.111-7.32-3.819-14.64 9.125-16.85-7.405 1.264-15.73-.825-18.014-9.015C1.12 23.022 0 8.51 0 6.55 0-3.268 8.579-.182 13.873 3.805ZM50.127 3.805C42.79 9.332 34.897 20.537 32 26.55v15.882c0-.338.13.044.41.867 1.512 4.456 7.418 21.847 20.923 7.944 7.111-7.32 3.819-14.64-9.125-16.85 7.405 1.264 15.73-.825 18.014-9.015C62.88 23.022 64 8.51 64 6.55c0-9.818-8.578-6.732-13.873-2.745Z"></path></svg></a></li>
                <?php }?>
                <?php if($mastodon !=''){?>
                <li><a href="<?php echo esc_url($mastodon);?>" class="mastodon" target="_blank" rel="noopener nofollow" aria-label="<?php esc_html_e('mastodon', 'bopea');?>" ><svg width="1.1em" height="1.1em" fill="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0.16 74 78"> <path d="M73.7014 17.4323C72.5616 9.05152 65.1774 2.4469 56.424 1.1671C54.9472 0.950843 49.3518 0.163818 36.3901 0.163818H36.2933C23.3281 0.163818 20.5465 0.950843 19.0697 1.1671C10.56 2.41145 2.78877 8.34604 0.903306 16.826C-0.00357854 21.0022 -0.100361 25.6322 0.068112 29.8793C0.308275 35.9699 0.354874 42.0498 0.91406 48.1156C1.30064 52.1448 1.97502 56.1419 2.93215 60.0769C4.72441 67.3445 11.9795 73.3925 19.0876 75.86C26.6979 78.4332 34.8821 78.8603 42.724 77.0937C43.5866 76.8952 44.4398 76.6647 45.2833 76.4024C47.1867 75.8033 49.4199 75.1332 51.0616 73.9562C51.0841 73.9397 51.1026 73.9184 51.1156 73.8938C51.1286 73.8693 51.1359 73.8421 51.1368 73.8144V67.9366C51.1364 67.9107 51.1302 67.8852 51.1186 67.862C51.1069 67.8388 51.0902 67.8184 51.0695 67.8025C51.0489 67.7865 51.0249 67.7753 50.9994 67.7696C50.9738 67.764 50.9473 67.7641 50.9218 67.7699C45.8976 68.9569 40.7491 69.5519 35.5836 69.5425C26.694 69.5425 24.3031 65.3699 23.6184 63.6327C23.0681 62.1314 22.7186 60.5654 22.5789 58.9744C22.5775 58.9477 22.5825 58.921 22.5934 58.8965C22.6043 58.8721 22.621 58.8505 22.6419 58.8336C22.6629 58.8167 22.6876 58.8049 22.714 58.7992C22.7404 58.7934 22.7678 58.794 22.794 58.8007C27.7345 59.9796 32.799 60.5746 37.8813 60.5733C39.1036 60.5733 40.3223 60.5733 41.5447 60.5414C46.6562 60.3996 52.0437 60.1408 57.0728 59.1694C57.1983 59.1446 57.3237 59.1233 57.4313 59.0914C65.3638 57.5847 72.9128 52.8555 73.6799 40.8799C73.7086 40.4084 73.7803 35.9415 73.7803 35.4523C73.7839 33.7896 74.3216 23.6576 73.7014 17.4323ZM61.4925 47.3144H53.1514V27.107C53.1514 22.8528 51.3591 20.6832 47.7136 20.6832C43.7061 20.6832 41.6988 23.2499 41.6988 28.3194V39.3803H33.4078V28.3194C33.4078 23.2499 31.3969 20.6832 27.3894 20.6832C23.7654 20.6832 21.9552 22.8528 21.9516 27.107V47.3144H13.6176V26.4937C13.6176 22.2395 14.7157 18.8598 16.9118 16.3545C19.1772 13.8552 22.1488 12.5719 25.8373 12.5719C30.1064 12.5719 33.3325 14.1955 35.4832 17.4394L37.5587 20.8853L39.6377 17.4394C41.7884 14.1955 45.0145 12.5719 49.2765 12.5719C52.9614 12.5719 55.9329 13.8552 58.2055 16.3545C60.4017 18.8574 61.4997 22.2371 61.4997 26.4937L61.4925 47.3144Z" fill="inherit"></path> </svg></a></li>
                <?php }?>

                                            
            </ul>
        </div>
    </div>
    <?php
		print $after_widget;
	print "</div>";
	}

/*-----------------------------------------------------------------------------------*/
/*	Update Widget
/*-----------------------------------------------------------------------------------*/
	
	function update($new_instance, $old_instance){
		$instance = $old_instance;
		$instance['title'] = $new_instance['title'];
		$instance['feed_description'] = $new_instance['feed_description'];
		$instance['alignment'] = $new_instance['alignment'];
        $instance['space_element'] = $new_instance['space_element'];
        $instance['image_uri'] = $new_instance['image_uri'];
        $instance['signature_uri'] = $new_instance['signature_uri'];
        $instance['auth_img_radius'] = $new_instance['auth_img_radius'];
        $instance['author_img_width'] = $new_instance['author_img_width'];
        $instance['sign_img_width'] = $new_instance['sign_img_width'];
		$instance['facebook'] = $new_instance['facebook'];
		$instance['behance'] = $new_instance['behance'];
        $instance['telegram'] = $new_instance['telegram'];
		$instance['vimeo'] = $new_instance['vimeo'];
		$instance['youtube'] = $new_instance['youtube'];
		$instance['tumblr'] = $new_instance['tumblr'];
		$instance['instagram'] = $new_instance['instagram'];
		$instance['linkedin'] = $new_instance['linkedin'];
		$instance['pinterest'] = $new_instance['pinterest'];
		$instance['twitter'] = $new_instance['twitter'];
		$instance['blogger'] = $new_instance['blogger'];
		$instance['deviantart'] = $new_instance['deviantart'];
		$instance['dribble'] = $new_instance['dribble'];
		$instance['dropbox'] = $new_instance['dropbox'];
		$instance['rss'] = $new_instance['rss'];
		$instance['skype'] = $new_instance['skype'];
		$instance['stumbleupon'] = $new_instance['stumbleupon'];
		$instance['wordpress'] = $new_instance['wordpress'];
		$instance['yahoo'] = $new_instance['yahoo'];
		$instance['flickr'] = $new_instance['flickr'];
		$instance['sound_cloud'] = $new_instance['sound_cloud'];
        $instance['spotify_i'] = $new_instance['spotify_i'];
        $instance['wechat'] = $new_instance['wechat'];  
        $instance['tiktok'] = $new_instance['tiktok'];  
        $instance['vk'] = $new_instance['vk'];              
        $instance['discord'] = $new_instance['discord'];
        $instance['snapchat'] = $new_instance['snapchat'];
        $instance['reddit'] = $new_instance['reddit'];
        $instance['quora'] = $new_instance['quora'];
        $instance['bluesky'] = $new_instance['bluesky'];
        $instance['mastodon'] = $new_instance['mastodon'];
		return $instance;
	}

	function form($instance){
			$defaults = array(
                'title' => esc_html__( 'About us' , 'bopea'),
                'feed_description' => 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque penatibus et magnis dis', 
                'alignment' => 'center', 
                'space_element' => '30px', 
                'image_uri' => '', 
                'signature_uri' => '',                
                'auth_img_radius' => '200px',                 
                'author_img_width' => '180px',                 
                'sign_img_width' => '120px',                                  
                'facebook' => '#', 
                'behance' => '#', 
                'telegram' => '#', 
                'vimeo' => '#', 
                'youtube' => '#', 
                'tumblr' => '#', 
                'instagram' => '#', 
                'linkedin' => '#', 
                'pinterest' => '#', 
                'twitter' => '#', 
                'blogger' => '#', 
                'deviantart' => '#', 
                'dribble' => '#', 
                'dropbox' => '#', 
                'rss' => '#', 
                'skype' => '#', 
                'stumbleupon' => '#', 
                'wordpress' => '#', 
                'yahoo' => '#', 
                'flickr' => '#', 
                'sound_cloud' => '#', 
                'spotify_i' => '#', 
                'wechat' => '#',
                'tiktok' => '#',
                'vk' => '#',
                'discord' => '#',
                'snapchat' => '#',
                'reddit' => '#',
                'quora' => '#',
                'bluesky' => '#',
                'mastodon' => '#');
			$instance = wp_parse_args((array) $instance, $defaults); 
		?>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Title:', 'bopea'); ?></span>
        <input class="widefat" width="100%" name="<?php echo esc_attr($this->get_field_name('title')); ?>" type="text" value="<?php echo esc_attr($instance['title']); ?>" />
    </p>

    <p>        
    <span class="widefat">
            <?php esc_html_e( 'Profile image url:', 'bopea'); ?></span>
        <input type="text" class="widefat" name="<?php echo esc_attr($this->get_field_name( 'image_uri' ));?>" value="<?php echo esc_attr($instance['image_uri']); ?>" style="margin-top:5px;" />
    </p>

    <p> 
    <span class="widefat">
            <?php esc_html_e( 'Signature image url:', 'bopea'); ?></span>       
        <input type="text" class="widefat" name="<?php echo esc_attr($this->get_field_name( 'signature_uri' ));?>" value="<?php echo esc_attr($instance['signature_uri']); ?>" style="margin-top:5px;" />
    </p>

    <p><span class="widefat">
    <?php esc_html_e( 'Alignment' , 'bopea' ); ?></span>
    <select style="width: 100%;" name="<?php echo esc_attr( $this->get_field_name( 'alignment' ) ); ?>">
        <option value="left" <?php if ( $instance['alignment']=='left' ) echo 'selected="selected"'; ?>>Left</option>
        <option value="center" <?php if ( $instance['alignment']=='center' ) echo 'selected="selected"'; ?>>Center</option>
        <option value="right" <?php if ( $instance['alignment']=='right' ) echo 'selected="selected"'; ?>>Right</option>        
    </select></p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Space image and text: 100px' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('space_element')); ?>" type="text" value="<?php echo esc_attr($instance['space_element']); ?>" />
    </p>    

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Image border radius EX: 200px' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('auth_img_radius')); ?>" type="text" value="<?php echo esc_attr($instance['auth_img_radius']); ?>" />
    </p>    

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Image width EX: 100px' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('author_img_width')); ?>" type="text" value="<?php echo esc_attr($instance['author_img_width']); ?>" />
    </p>    

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Image signature width EX: 100px' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('sign_img_width')); ?>" type="text" value="<?php echo esc_attr($instance['sign_img_width']); ?>" />
    </p>    

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Feed description:', 'bopea'); ?></span>
        <textarea class="widefat" style="width: 100%; height:150px;" name="<?php echo esc_attr($this->get_field_name('feed_description')); ?>"><?php echo esc_attr($instance['feed_description']); ?></textarea>
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'Facebook Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('facebook')); ?>" type="text" value="<?php echo esc_url($instance['facebook']); ?>" />
    </p>    
    <p>
        <span class="widefat">
            <?php esc_html_e( 'Behance Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('behance')); ?>" type="text" value="<?php echo esc_url($instance['behance']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Telegram Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('telegram')); ?>" type="text" value="<?php echo esc_url($instance['telegram']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Vimeo Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('vimeo')); ?>" type="text" value="<?php echo esc_url($instance['vimeo']); ?>" />
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'YouTube Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('youtube')); ?>" type="text" value="<?php echo esc_url($instance['youtube']); ?>" />
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'tumblr Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('tumblr')); ?>" type="text" value="<?php echo esc_url($instance['tumblr']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Instagram Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('instagram')); ?>" type="text" value="<?php echo esc_url($instance['instagram']); ?>" />
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'LinkedIn Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('linkedin')); ?>" type="text" value="<?php echo esc_url($instance['linkedin']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Pinterest Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('pinterest')); ?>" type="text" value="<?php echo esc_url($instance['pinterest']); ?>" />
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'X Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('twitter')); ?>" type="text" value="<?php echo esc_url($instance['twitter']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Blogger Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('blogger')); ?>" type="text" value="<?php echo esc_url($instance['blogger']); ?>" />
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'DeviantArt Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('deviantart')); ?>" type="text" value="<?php echo esc_url($instance['deviantart']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Dribbble Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('dribble')); ?>" type="text" value="<?php echo esc_url($instance['dribble']); ?>" />
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'StumbleUpon Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('stumbleupon')); ?>" type="text" value="<?php echo esc_url($instance['stumbleupon']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Dropbox Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('dropbox')); ?>" type="text" value="<?php echo esc_url($instance['dropbox']); ?>" />
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'RSS Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('rss')); ?>" type="text" value="<?php echo esc_url($instance['rss']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Skype Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('skype')); ?>" type="text" value="<?php echo esc_url($instance['skype']); ?>" />
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'Wordpress Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('wordpress')); ?>" type="text" value="<?php echo esc_url($instance['wordpress']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Yahoo Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('yahoo')); ?>" type="text" value="<?php echo esc_url($instance['yahoo']); ?>" />
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'Flickr Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('flickr')); ?>" type="text" value="<?php echo esc_url($instance['flickr']); ?>" />
    </p>
    <p>
        <span class="widefat">
            <?php esc_html_e( 'SoundCloud Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('sound_cloud')); ?>" type="text" value="<?php echo esc_url($instance['sound_cloud']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'spotify Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('spotify_i')); ?>" type="text" value="<?php echo esc_url($instance['spotify_i']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'WeChat Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('wechat')); ?>" type="text" value="<?php echo esc_url($instance['wechat']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'TikTok Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('tiktok')); ?>" type="text" value="<?php echo esc_url($instance['tiktok']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'VK Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('vk')); ?>" type="text" value="<?php echo esc_url($instance['vk']); ?>" />
    </p> 
    
    <p>
        <span class="widefat">
            <?php esc_html_e( 'Discord Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('discord')); ?>" type="text" value="<?php echo esc_url($instance['discord']); ?>" />
    </p> 

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Snapchat Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('snapchat')); ?>" type="text" value="<?php echo esc_url($instance['snapchat']); ?>" />
    </p>
    
    <p>
        <span class="widefat">
            <?php esc_html_e( 'Reddit Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('reddit')); ?>" type="text" value="<?php echo esc_url($instance['reddit']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Quora Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('quora')); ?>" type="text" value="<?php echo esc_url($instance['quora']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Bluesky Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('bluesky')); ?>" type="text" value="<?php echo esc_url($instance['bluesky']); ?>" />
    </p>

    <p>
        <span class="widefat">
            <?php esc_html_e( 'Mastodon Url:' , 'bopea' ); ?></span>
        <input class="widefat" style="width: 100%;" name="<?php echo esc_attr($this->get_field_name('mastodon')); ?>" type="text" value="<?php echo esc_url($instance['mastodon']); ?>" />
    </p>

    <?php

	}
}
?>


Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
25 Nov 2025 10.53 AM
bravrvjk / bravrvjk
0755
about-us.php
38.562 KB
25 Nov 2025 10.53 AM
bravrvjk / bravrvjk
0644
author.php
4.242 KB
25 Nov 2025 10.53 AM
bravrvjk / bravrvjk
0644
contact-form-7.php
3.638 KB
25 Nov 2025 10.53 AM
bravrvjk / bravrvjk
0644
layout.php
3.193 KB
25 Nov 2025 10.53 AM
bravrvjk / bravrvjk
0644
recent-large.php
6.06 KB
25 Nov 2025 10.53 AM
bravrvjk / bravrvjk
0644
recent-small.php
6.77 KB
25 Nov 2025 10.53 AM
bravrvjk / bravrvjk
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025 CONTACT ME
Static GIF