v1.1.4
This commit is contained in:
parent
d6e6011c3d
commit
1dd5809016
606 changed files with 21760 additions and 3778 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue