'none (anonymous)', 'claim_id' => 'null' ); $channels = LBRY()->daemon->channel_list(); $channels[] = $unnatributed; // Sort the channels in a natural way usort($channels, array('LBRYPress', 'channel_name_comp')); $cur_channel = get_post_meta($post->ID, LBRY_POST_CHANNEL, true); $will_publish = get_post_meta($post->ID, LBRY_WILL_PUBLISH, true); ?>