Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the igniteup domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/cehost6/public_html/wp-includes/functions.php on line 6121

Warning: Cannot modify header information - headers already sent by (output started at /home/cehost6/public_html/wp-includes/functions.php:6121) in /home/cehost6/public_html/wp-content/plugins/whmcs-bridge/bridge.init.php on line 712
/** * Javascript functions used to fetch the twitter feed. * * @file WHMCS Six Theme Twitter Javascript Function * @copyright Copyright 2015 WHMCS Limited */ jQuery(document).ready(function() { // Number should be between 1 and 2, since this is a limit of // Twitter's "Web Intents" setup. WHMCS.http.jqClient.post("https://www.cehostng.net/whmcs-bridge/?ccce=index&ajax=1&rp=/announcements/twitterfeed", { numtweets: 2 }, function(data) { jQuery("#twitterFeedOutput").html(data); }); });