📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: Cdn_Page_View_Fsd_HeaderActions.php
<?php /** * File: Cdn_Page_View_Fsd_HeaderActions.php * * @package W3TC */ namespace W3TC; if ( ! defined( 'W3TC' ) ) { die(); } ?> <p> <?php echo wp_kses( sprintf( Util_Ui::button_link( // translators: 1 opening HTML acronym tag, 2 closing HTML acronym tag. __( 'Purge %1$sCDN%2$s completely', 'w3-total-cache' ), Util_Ui::url( array( 'w3tc_cdn_flush' => 'y' ) ) ), '<acronym title="' . esc_attr__( 'Content Delivery Network', 'w3-total-cache' ) . '">', '</acronym>' ), array( 'input' => array( 'type' => array(), 'name' => array(), 'class' => array(), 'value' => array(), 'onclick' => array(), ), 'acronym' => array( 'title' => array(), ), ) ); ?> </p>
Save