HEX
Server: Apache/2.4.65 (Unix) OpenSSL/1.1.1f
System: Linux dsserver6 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64
User: studiomoguls (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/studiomoguls/webapps/Studio-mogulsc-clone/wp-content/themes/Divi/includes/social_icons.php
<ul class="et-social-icons">

<?php 
// Facebook
if ( 'on' === et_get_option( 'divi_show_facebook_icon', 'on' ) ) : ?>
    <li class="et-social-icon et-social-facebook">
        <a href="https://www.facebook.com/studiomoguls" class="icon" target="_blank">
            <span><?php esc_html_e( 'Facebook', 'Divi' ); ?></span>
        </a>
    </li>
<?php endif;

// Instagram
$et_instagram_default = ( true === et_divi_is_fresh_install() ) ? 'on' : 'false';
if ( 'on' === et_get_option( 'divi_show_instagram_icon', $et_instagram_default ) ) : ?>
    <li class="et-social-icon et-social-instagram">
        <a href="https://www.instagram.com/studio_moguls" class="icon" target="_blank">
            <span><?php esc_html_e( 'Instagram', 'Divi' ); ?></span>
        </a>
    </li>
<?php endif; 

// YouTube
if ( 'on' === et_get_option( 'divi_show_youtube_icon', 'on' ) ) : ?>
    <li class="et-social-icon et-social-youtube">
        <a href="https://youtube.com/@studiomoguls5217?si=67xYZUJ97yMFxkwF" class="icon" target="_blank">
            <span><?php esc_html_e( 'YouTube', 'Divi' ); ?></span>
        </a>
    </li>
<?php endif; ?>
</ul>