ActionScheduler_WPCommentCleaner
Description Description
Source Source
File: packages/action-scheduler/classes/ActionScheduler_WPCommentCleaner.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Methods Methods
- delete_all_action_comments — Delete all action comments from the WP Comments table.
- has_logs — Determines if there are log entries in the wp comments table.
- init — Initialize the class and attach callbacks.
- maybe_schedule_cleanup — Schedules the WP Post comment table cleanup to run in 6 months if it's not already scheduled.
- print_admin_notice — Prints details about the orphaned action logs and includes information on where to learn more.
- register_admin_notice — Registers admin notices about the orphaned action logs.