Uname: Linux webm012.cluster130.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 8.0.30 [ PHP INFO ] PHP os: Linux
Server Ip: 145.239.37.162
Your Ip: 216.73.216.190
User: dreampi (1009562) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : general-social-options.php
<?php
/**
 * Header Builder Options
 *
 * @package thebase
 */

namespace TheBase;

use TheBase\Theme_Customizer;
use function TheBase\thebase;
ob_start(); ?>
<div class="thebase-compontent-description">
<h2><?php echo esc_html__( 'Social Network Links', 'basetheme' ); ?></h2>
</div>
<?php
$compontent_description = ob_get_clean();
$settings = array(
	'social_settings' => array(
		'control_type' => 'thebase_blank_control',
		'section'      => 'general_social',
		'settings'     => false,
		'priority'     => 1,
		'description'  => $compontent_description,
	),
	'facebook_link' => array(
		'control_type' => 'thebase_text_control',
		'sanitize'     => 'esc_url_raw',
		'section'      => 'general_social',
		'default'      => thebase()->default( 'facebook_link' ),
		'label'        => esc_html__( 'Facebook', 'basetheme' ),
	),
	'twitter_link' => array(
		'control_type' => 'thebase_text_control',
		'sanitize'     => 'esc_url_raw',
		'section'      => 'general_social',
		'default'      => thebase()->default( 'twitter_link' ),
		'label'        => esc_html__( 'Twitter', 'basetheme' ),
	),
	'instagram_link' => array(
		'control_type' => 'thebase_text_control',
		'sanitize'     => 'esc_url_raw',
		'section'      => 'general_social',
		'default'      => thebase()->default( 'instagram_link' ),
		'label'        => esc_html__( 'Instagram', 'basetheme' ),
	),
	'youtube_link' => array(
		'control_type' => 'thebase_text_control',
		'sanitize'     => 'esc_url_raw',
		'section'      => 'general_social',
		'default'      => thebase()->default( 'youtube_link' ),
		'label'        => esc_html__( 'YouTube', 'basetheme' ),
	),
	'vimeo_link' => array(
		'control_type' => 'thebase_text_control',
		'sanitize'     => 'esc_url_raw',
		'section'      => 'general_social',
		'default'      => thebase()->default( 'vimeo_link' ),
		'label'        => esc_html__( 'Vimeo', 'basetheme' ),
	),
	'facebook_group_link' => array(
		'control_type' => 'thebase_text_control',
		'sanitize'     => 'esc_url_raw',
		'section'      => 'general_social',
		'default'      => thebase()->default( 'facebook_group_link' ),
		'label'        => esc_html__( 'Facebook Group', 'basetheme' ),
	),
	'pinterest_link' => array(
		'control_type' => 'thebase_text_control',
		'sanitize'     => 'esc_url_raw',
		'section'      => 'general_social',
		'default'      => thebase()->default( 'pinterest_link' ),
		'label'        => esc_html__( 'Pinterest', 'basetheme' ),
	),
	'linkedin_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'linkedin_link' ),
		'label'        => esc_html__( 'Linkedin', 'basetheme' ),
	),
	'dribbble_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'dribbble_link' ),
		'label'        => esc_html__( 'Dribbble', 'basetheme' ),
	),
	'behance_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'behance_link' ),
		'label'        => esc_html__( 'Behance', 'basetheme' ),
	),
	'patreon_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'patreon_link' ),
		'label'        => esc_html__( 'Patreon', 'basetheme' ),
	),
	'reddit_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'reddit_link' ),
		'label'        => esc_html__( 'Reddit', 'basetheme' ),
	),
	'medium_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'medium_link' ),
		'label'        => esc_html__( 'medium', 'basetheme' ),
	),
	'wordpress_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'wordpress_link' ),
		'label'        => esc_html__( 'WordPress', 'basetheme' ),
	),
	'github_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'github_link' ),
		'label'        => esc_html__( 'GitHub', 'basetheme' ),
	),
	'vk_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'vk_link' ),
		'label'        => esc_html__( 'VK', 'basetheme' ),
	),
	'xing_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'xing_link' ),
		'label'        => esc_html__( 'Xing', 'basetheme' ),
	),
	'rss_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'rss_link' ),
		'label'        => esc_html__( 'RSS', 'basetheme' ),
	),
	'google_reviews_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'google_reviews_link' ),
		'label'        => esc_html__( 'Google Reviews', 'basetheme' ),
	),
	'yelp_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'yelp_link' ),
		'label'        => esc_html__( 'Yelp', 'basetheme' ),
	),
	'trip_advisor_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'trip_advisor_link' ),
		'label'        => esc_html__( 'Trip Advisor', 'basetheme' ),
	),
	'imdb_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'imdb_link' ),
		'label'        => esc_html__( 'IMDB', 'basetheme' ),
	),
	'whatsapp_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'whatsapp_link' ),
		'label'        => esc_html__( 'WhatsApp', 'basetheme' ),
	),
	'telegram_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'telegram_link' ),
		'label'        => esc_html__( 'Telegram', 'basetheme' ),
	),
	'soundcloud_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'soundcloud_link' ),
		'label'        => esc_html__( 'SoundCloud', 'basetheme' ),
	),
	'tumblr_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'tumblr_link' ),
		'label'        => esc_html__( 'Tumblr', 'basetheme' ),
	),
	'tiktok_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'tiktok_link' ),
		'label'        => esc_html__( 'Tiktok', 'basetheme' ),
	),
	'discord_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'discord_link' ),
		'label'        => esc_html__( 'Discord', 'basetheme' ),
	),
	'spotify_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'spotify_link' ),
		'label'        => esc_html__( 'Spotify', 'basetheme' ),
	),
	'apple_podcasts_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'apple_podcasts_link' ),
		'label'        => esc_html__( 'Apple Podcast', 'basetheme' ),
	),
	'flickr_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'flickr_link' ),
		'label'        => esc_html__( 'Flickr', 'basetheme' ),
	),
	'500px_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( '500px_link' ),
		'label'        => esc_html__( '500PX', 'basetheme' ),
	),
	'bandcamp_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'bandcamp_link' ),
		'label'        => esc_html__( 'Bandcamp', 'basetheme' ),
	),
	'anchor_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'anchor_link' ),
		'label'        => esc_html__( 'Anchor', 'basetheme' ),
	),
	'email_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'sanitize_text_field',
		'default'      => thebase()->default( 'email_link' ),
		'label'        => esc_html__( 'Email', 'basetheme' ),
	),
	'phone_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'sanitize_text_field',
		'default'      => thebase()->default( 'phone_link' ),
		'label'        => esc_html__( 'Phone', 'basetheme' ),
	),
	'custom1_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'custom1_link' ),
		'label'        => esc_html__( 'Custom 1', 'basetheme' ),
	),
	'custom2_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'custom2_link' ),
		'label'        => esc_html__( 'Custom 2', 'basetheme' ),
	),
	'custom3_link' => array(
		'control_type' => 'thebase_text_control',
		'section'      => 'general_social',
		'sanitize'     => 'esc_url_raw',
		'default'      => thebase()->default( 'custom3_link' ),
		'label'        => esc_html__( 'Custom 3', 'basetheme' ),
	),
);

Theme_Customizer::add_settings( $settings );

© 2026 GrazzMean-Shell