No action for cron wpseo-reindex-links
-
In WP Crontrol I see the cron wpseo-reinidex-links has no action.
Can I safely delete it?
When this came up last year @amboutwe refered to the source code to say it calculated the number of internal links.
Today the cron’s name appears only in a class deprecated as of version 15.1 and ignored by code coverage.
/** * Link_Count_Notification_Integration class. * * @deprecated 15.1 * @codeCoverageIgnore */ class Link_Count_Notification_Integration implements Integration_Interface { /** * The ID of the link indexing notification. * * @var string */ const NOTIFICATION_ID = 'wpseo-reindex-links';
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘No action for cron wpseo-reindex-links’ is closed to new replies.