File ManagerCurrent Directory: wp-content/plugins/wp-mail-smtp/vendor/woocommerce/action-scheduler/deprecatedLinux appserver-7a7af3b2-php-0c9ec09e2f9746c2a80fa3756c076432 6.12.94+ #1 SMP Fri Jul 17 09:26:56 UTC 2026 x86_64Edit File: ActionScheduler_Schedule_Deprecated.php <?php /** * Class ActionScheduler_Abstract_Schedule */ abstract class ActionScheduler_Schedule_Deprecated implements ActionScheduler_Schedule { /** * Get the date & time this schedule was created to run, or calculate when it should be run * after a given date & time. * * @param DateTime $after DateTime to calculate against. * * @return DateTime|null */ public function next( DateTime $after = null ) { if ( empty( $after ) ) { $return_value = $this->get_date(); $replacement_method = 'get_date()'; } else { $return_value = $this->get_next( $after ); $replacement_method = 'get_next( $after )'; } _deprecated_function( __METHOD__, '3.0.0', __CLASS__ . '::' . $replacement_method ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped return $return_value; } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)DirActionScheduler_Abstract_QueueRunner_Deprecated.phpFile851.00 B Rename | Delete | EditActionScheduler_AdminView_Deprecated.phpFile5.32 KB Rename | Delete | EditActionScheduler_Schedule_Deprecated.phpFile831.00 B Rename | Delete | EditActionScheduler_Store_Deprecated.phpFile1.03 KB Rename | Delete | Editfunctions.phpFile4.99 KB Rename | Delete | Edit