- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
293 B
PHP
Executable File
18 lines
293 B
PHP
Executable File
<?php
|
|
/**
|
|
* File: CdnEngine_Mirror_Akamai.php
|
|
*
|
|
* @package W3TC
|
|
*/
|
|
|
|
namespace W3TC;
|
|
|
|
define( 'W3TC_CDN_EDGECAST_PURGE_URL', 'http://api.acdn.att.com/v2/mcc/customers/%s/edge/purge' );
|
|
|
|
/**
|
|
* Class CdnEngine_Mirror_Att
|
|
*/
|
|
class CdnEngine_Mirror_Att extends CdnEngine_Mirror_Edgecast {
|
|
|
|
}
|