ess human_time_diff() function only calculates the time difference to one degree, meaning * even if an action is 1 day and 11 hours away, it will display "1 day". This function goes one step * further to display two degrees of accuracy. * * Based on Crontrol::interval() function by Edward Dale: https://wordpress.org/plugins/wp-crontrol/ * * @return void */ public static function admin_notices() { _deprecated_function( __METHOD__, '2.0.0' ); } /** * Filter search queries to allow searching by Claim ID (i.e. post_password). * * @param string $orderby MySQL orderby string. * @param WP_Query $query Instance of a WP_Query object. * @return void */ public function custom_orderby( $orderby, $query ) { _deprecated_function( __METHOD__, '2.0.0' ); } /** * Filter search queries to allow searching by Claim ID (i.e. post_password). * * @param string $search MySQL search string. * @param WP_Query $query Instance of a WP_Query object. * @return void */ public function search_post_password( $search, $query ) { _deprecated_function( __METHOD__, '2.0.0' ); } /** * Change messages when a scheduled action is updated. * * @param array $messages Messages. * @return array */ public function post_updated_messages( $messages ) { _deprecated_function( __METHOD__, '2.0.0' ); return $messages; } }
Fatal error: Uncaught Error: Class "ActionScheduler_AdminView_Deprecated" not found in /htdocs/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_AdminView.php:8 Stack trace: #0 /htdocs/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php(164): include() #1 /htdocs/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php(76): ActionScheduler::autoload('ActionScheduler...') #2 /htdocs/wp-content/plugins/woocommerce/packages/action-scheduler/classes/abstracts/ActionScheduler.php(190): ActionScheduler::admin_view() #3 /htdocs/wp-content/plugins/woocommerce/packages/action-scheduler/action-scheduler.php(60): ActionScheduler::init('/htdocs/wp-cont...') #4 /htdocs/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_Versions.php(115): action_scheduler_initialize_3_dot_9_dot_3() #5 /htdocs/wp-includes/class-wp-hook.php(339): ActionScheduler_Versions::initialize_latest_version() #6 /htdocs/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters(NULL, Array) #7 /htdocs/wp-includes/plugin.php(522): WP_Hook->do_action(Array) #8 /htdocs/wp-settings.php(593): do_action('plugins_loaded') #9 /htdocs/wp-config.php(98): require_once('/htdocs/wp-sett...') #10 /htdocs/wp-load.php(50): require_once('/htdocs/wp-conf...') #11 /htdocs/wp-blog-header.php(13): require_once('/htdocs/wp-load...') #12 /htdocs/index.php(17): require('/htdocs/wp-blog...') #13 {main} thrown in /htdocs/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_AdminView.php on line 8