芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/envato-market/inc/admin/view/callback/setting/items.php
get_option( 'items', array() ); ?>
$item ) { if ( empty( $item['name'] ) || empty( $item['token'] ) || empty( $item['id'] ) || empty( $item['type'] ) || empty( $item['authorized'] ) ) { continue; } $class = 'success' === $item['authorized'] ? 'is-authorized' : 'not-authorized'; echo '
' . esc_html__( 'ID', 'envato-market' ) . ': ' . esc_html( $item['id'] ) . ' - ' . esc_html( $item['name'] ) . '
' . esc_html__( 'Delete', 'envato-market' ) . '
'; } } ?>