$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 ) ); } } /** * Load view. */ public static function w3tc_settings_cdn_boxarea_configuration() { $config = Dispatcher::config(); require W3TC_DIR . '/Cdn_GoogleDrive_Page_View.php'; } }