admin->available_channels_callback(); ?> daemon->channel_list(); if ( $channel_list ) { ?> claim_id; $results = LBRY()->daemon->claim_search( $claim_id ); $lbry_url = $results->items[0]->canonical_url; if ( $lbry_url ) { $open_url = str_replace( 'lbry://', 'https://open.lbry.com/', $lbry_url ); } $timestamp = $results->items[0]->meta->creation_timestamp; $created_date = date( 'm-d-y', $timestamp ); $support_amount = $results->items[0]->meta->support_amount; $claims_published = $results->items[0]->meta->claims_in_channel; if ( ( $support_amount < 0.001 ) ) { ( $support_amount = '0' ); } elseif ( ( $support_amount < 0.01 ) && ( $support_amount >= 0.001 ) ) { ( $support_amount = '<0.01' ); } elseif ( ( $support_amount <= 0.099 ) && ( $support_amount >= 0.01) ) { ( $support_amount = number_format( floatval( $support_amount ), 2, '.', '' ) ); } elseif ( ( $support_amount <= 0.999 ) && ( $support_amount >= 0.1 ) ) { ( $support_amount = number_format( floatval( $support_amount ), 1, '.', '' ) ); } else { ( $support_amount = number_format( intval( $support_amount ) ) ); } $init_bid = $results->items[0]->amount; ?>
Channel LBRY URL Claim ID ~ Date Created Posts Supports
name, 'lbrypress' ); ?> Add
LBRYPress

Looks like you haven't added any channels yet, feel free to do so below:

Create a Channel that can be edited later to add details or set-up a complete Channel now.