This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* The template for displaying the single post | |
* | |
* @package boundmix build post page | |
* @since 1.0.0 | |
* @version 2.5.0 | |
* @var $helper Boombox_Single_Post_Template_Helper Template helper | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ADDing twitch from bp profile*/ | |
/* Still in development phase, */ | |
/* you would need to add a new field group from the bp profile field in the users tab called twitch channel Name */ | |
$channelsApi = 'https://glass.twitch.tv/console'; | |
$channelName = 'null'; | |
$clientId = 'kr48dgy7mckk8vg3aj0tgezou1okuw'; | |
$ch = curl_init(); |