add_filter( 'mylisting\links-list', function( $links ) {
$links['TikTok'] = [
'name' => 'TikTok',
'key' => 'TikTok',
'icon' => 'fab fa-tiktok',
'color' => '#128c7e',
];
return $links;
} );
If you care about website performance, saving time, reducing administrative overhead, etc., there is no better solution than WPCodeBox when it comes to adding code to your website.
You are not required to use WPCodeBox, but I highly recommend you do.
Learn why I switched to WPCodeBox to manage code snippets for myself and my clients.
I highly recommend testing code snippets in a staging environment before implementing them on your production website.
add_filter( 'mylisting\links-list', function( $links ) {
$links['TikTok'] = [
'name' => 'TikTok',
'key' => 'TikTok',
'icon' => 'fab fa-tiktok',
'color' => '#128c7e',
];
return $links;
} );
Join the Community
This post may contain affiliate links in accordance with my affiliate policy.