芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/www/wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php
$value ) { // phpcs:ignore if ( substr( $key, 0, 3 ) === 'oa_' ) { $path .= '&' . rawurlencode( $key ) . '=' . rawurlencode( Util_Request::get_string( $key ) ); } } $popup_url = self_admin_url( $path ); wp_localize_script( 'w3tc_cdn_google_drive', 'w3tc_cdn_google_drive_popup_url', array( $popup_url ) ); } } /** * Displays the configuration settings for the Google Drive CDN integration in the W3 Total Cache settings page. * * This method loads the Google Drive CDN settings section in the W3 Total Cache settings page by including a * specific view file and passing configuration data. * * @return void */ public static function w3tc_settings_cdn_boxarea_configuration() { $config = Dispatcher::config(); require W3TC_DIR . '/Cdn_GoogleDrive_Page_View.php'; } }