'; } public function enqueueScripts( $hook ) { if ( WPML_PLUGIN_FOLDER . '/menu/troubleshooting.php' === $hook ) { $enqueue = Resources::enqueueApp( 'troubleshooting' ); $enqueue( [ 'name' => 'troubleshooting', 'data' => [ 'refreshLicense' => [ 'nonce' => Nonce::create( 'update_site_key_wpml' ), ], 'endpoints' => [ 'cancelJobs' => CancelJobs::class, ], ], ] ); } } }