[ad_1]
Hello.
Try adding this code in the functions.php file in the theme
add_filter('apollo13framework_social_icons_list', function($icons){
$icons['new_service_tiktok'] = array( 'fab fa-tiktok', 'Tiktok' );
return $icons;
});add it before $apollo13framework_a13 = new Apollo13Framework();
Now you should be able to add your service from the admin panel.
The TikTok social icon will be implemented by default in upcoming updates.
thanks i get it fix using code you provided
