This commit is contained in:
Javier Casares 2026-06-02 18:49:45 +00:00
commit 1dd5809016
606 changed files with 21760 additions and 3778 deletions

View file

@ -139,7 +139,7 @@ class Plugin {
add_action( 'plugins_loaded', array( $this, 'load_textdomain' ), 20 );
// Add custom cron interval.
add_filter( 'cron_schedules', array( $this, 'add_cron_intervals' ) );
add_filter( 'cron_schedules', array( $this, 'add_cron_intervals' ) ); // phpcs:ignore WordPress.WP.CronInterval.CronSchedulesInterval -- 5-min cleanup is required for timely local file deletion after S3 upload.
// Register component hooks.
$this->admin_page->register();