ID ); if ( strlen( $_GET['connectas'] ) > 0 ) { $userid = intval( $_GET['connectas'] ); } $ac_api_key = get_user_meta( $userid, "ac_api_key", true ); $ac_syncid = get_user_meta( $userid, "ac_syncid", true ); if ( strlen($ac_api_key) != 0 && strlen($ac_syncid) != 0 ) { $ac_blogid = get_user_meta( $userid, "ac_blogid", true ); $currentuser = wp_get_current_user(); $userinfo = get_userdata($currentuser -> ID); $stats = atcontent_api_get_sync_stat($ac_syncid, $ac_blogid); ?>
You are connected to AtContent as
Not you?
Sync status ?
Amount of synced posts
Errors count
" . 'Could not connect to atcontent.com. Contact your hosting provider.' . "
"; } //End PingBack include("stat_block.php"); ?>