芝麻web文件管理V1.00
编辑当前文件:/home/seolotod/critterchoice.com/wp-content/plugins/wprocket-31233/inc/ThirdParty/Plugins/PWA.php
'exclude_service_worker', ]; } /** * Excludes the PWA service worker URL * * @param array $excluded Array of excluded URLs. * * @return array */ public function exclude_service_worker( $excluded ): array { if ( ! function_exists( 'wp_get_service_worker_url' ) ) { return $excluded; } $excluded[] = '/wp.serviceworker/?'; return $excluded; } }