function socialmedia_addthis_tokens in Social media 7
1 string reference to 'socialmedia_addthis_tokens'
File
- ./
socialmedia.platforms.inc, line 67 - Defines social media platforms
Code
function socialmedia_addthis_tokens($key, $profile) {
switch ($key) {
case 'pubid':
return isset($profile['pubid']) ? $profile['pubid'] : '';
}
return '';
}