ACTION_SCANNER_FOUND_SERVICES
ACTION_SCANNER_FOUND_SERVICES ='rcb-scanner-found-services'
Scanner view.
getServicesForNotice(integer $max = 5): array
Get a list of found services + external URLs which should be listed in the admin notice.
Attention: This query is cached to a transient as it is very expensive! Use
delete_transient(Scanner::TRANSIENT_SERVICES_FOR_NOTICE)
to invalidate the cache.
integer | $max |
[services chunked to $max
, count of all found services]