// Instagram Icon ko Add karne ka function function custom_social_icons($social_links) { // Instagram ko add karna $social_links['instagram'] = array( 'url' => 'https://www.instagram.com/', // Apna Instagram URL yahan daalein 'icon' => '', // Font Awesome ka Instagram icon ); return $social_links; } add_filter('finix_social_links', 'custom_social_icons');