(string) getenv( 'STORAGE_ACCOUNT_NAME' ), 'client_id' => (string) getenv( 'ENTRA_CLIENT_ID' ), 'container' => (string) getenv( 'BLOB_CONTAINER_NAME' ), 'cname' => empty( getenv( 'BLOB_STORAGE_URL' ) ) ? array() : array( (string) getenv( 'BLOB_STORAGE_URL' ) ), ), // Stored configuration values. array( 'user' => $this->_config->get_string( 'cdn.azuremi.user' ), 'client_id' => $this->_config->get_string( 'cdn.azuremi.clientid' ), 'container' => $this->_config->get_string( 'cdn.azuremi.container' ), 'cname' => $this->_config->get_array( 'cdn.azuremi.cname' ), ) ); $cdn_azuremi_config['user'] = $cdn_azuremi_config[0]; unset( $cdn_azuremi_config[0] ); $cdn_azuremi_config['client_id'] = $cdn_azuremi_config[1]; unset( $cdn_azuremi_config[1] ); $cdn_azuremi_config['container'] = $cdn_azuremi_config[2]; unset( $cdn_azuremi_config[2] ); $cdn_azuremi_config['cname'] = $cdn_azuremi_config[3]; unset( $cdn_azuremi_config[3] ); ?> name="cdn__azuremi__user" value="" size="30" /> type="text" name="cdn__azuremi__clientid" value="" size="60" /> name="cdn__azuremi__container" value="" size="30" /> class="button {type: 'azuremi', nonce: ''}" type="button" value="" />

', '', '', '' ), array( 'acronym' => array( 'title' => array(), ), ) ); ?>

_config->get_string( 'cdn.azuremi.user' ); if ( empty( $cdn_azure_user ) ) { echo '<account name>.blob.core.windows.net'; } else { echo esc_attr( $cdn_azure_user ) . '.blob.core.windows.net'; } echo wp_kses( sprintf( // translators: 1 opening HTML acronym tag, 2 closing HTML acronym tag. __( ' or %1$sCNAME%2$s:', 'w3-total-cache' ), '', '' ), array( 'acronym' => array( 'title' => array(), ), ) ); $cnames = $cdn_azuremi_config['cname']; require W3TC_INC_DIR . '/options/cdn/common/cnames.php'; ?>