Abstract_WC_Order_Data_Store_CPT::delete_items() – Remove all line items (products, coupons, shipping, taxes) from the order.
Abstract_WC_Order_Data_Store_CPT::read_items() – Read order items of a specific type from the database for this order.
Abstract_WC_Order_Data_Store_CPT::read_order_data() – Read order data. Can be overridden by child classes to load other props.
Abstract_WC_Order_Data_Store_CPT::update_post_meta() – Helper method that updates all the post meta for an order based on it’s settings in the WC_Order class.
Abstract_WC_Order_Item_Type_Data_Store::save_item_data() – Saves an item’s data to the database / item meta.
AbstractServiceProvider::add_with_auto_arguments() – Register a class in the container and use reflection to guess the injection method arguments.
AbstractServiceProvider::share_with_auto_arguments() – Register a class in the container and use reflection to guess the injection method arguments.
ActionScheduler_CanceledSchedule::__wakeup() – Unserialize recurring schedules serialized/stored prior to AS 3.0.0
ActionScheduler_CronSchedule::__wakeup() – Unserialize cron schedules serialized/stored prior to AS 3.0.0
ActionScheduler_IntervalSchedule::__wakeup() – Unserialize interval schedules serialized/stored prior to AS 3.0.0
ActionScheduler_SimpleSchedule::__wakeup() – Unserialize recurring schedules serialized/stored prior to AS 3.0.0
ActionScheduler_wcSystemStatus::__call() – is triggered when invoking inaccessible methods in an object context.
ActionScheduler_wcSystemStatus::get_action_status_date() – Get oldest or newest scheduled date for a given status.
ActionScheduler_wcSystemStatus::get_oldest_and_newest() – Get oldest and newest scheduled dates for a given set of statuses.
ActionScheduler_wcSystemStatus::get_template() – Get oldest or newest scheduled date for a given status.
ActionScheduler_wcSystemStatus::render() – Display action data, including number of actions grouped by status and the oldest & newest action in each status.
ActionScheduler_WPCLI_QueueRunner::action_failed() – Handle WP CLI message when the action has failed.
ActionScheduler_WPCLI_QueueRunner::after_execute() – Handle WP CLI message when the action has completed.
ActionScheduler_WPCLI_QueueRunner::before_execute() – Handle WP CLI message when the action is starting.
ActionScheduler_WPCLI_QueueRunner::maybe_stop_the_insanity() – Maybe trigger the stop_the_insanity() method to free up memory.
ActionScheduler_WPCLI_Scheduler_command::print_success() – Print a success message with the number of completed actions.
ActionScheduler_WPCLI_Scheduler_command::print_total_actions() – Print WP CLI message about how many actions are about to be processed.
ActionScheduler_WPCLI_Scheduler_command::print_total_batches() – Print WP CLI message about how many batches of actions were processed.
ActionScheduler_WPCommentCleaner::delete_all_action_comments() – Delete all action comments from the WP Comments table.
ActionScheduler_WPCommentCleaner::has_logs() – Determines if there are log entries in the wp comments table.
ActionScheduler_WPCommentCleaner::maybe_schedule_cleanup() – Schedules the WP Post comment table cleanup to run in 6 months if it’s not already scheduled.
ActionScheduler_WPCommentCleaner::print_admin_notice() – Prints details about the orphaned action logs and includes information on where to learn more.
ActionScheduler_WPCommentCleaner::register_admin_notice() – Registers admin notices about the orphaned action logs.
ActionScheduler_wpCommentLogger::delete_comment_count_cache() – Delete comment count cache whenever there is new comment or the status of a comment changes. Cache will be regenerated next time ActionScheduler_wpCommentLogger::filter_comment_count() is called.
ActionScheduler_wpCommentLogger::filter_comment_count() – Remove action log entries from wp_count_comments()
ActionScheduler_wpCommentLogger::filter_comment_feed() – Make sure Action Scheduler logs are excluded from comment feeds, which use WP_Query, not the WP_Comment_Query class handled by @see self::filter_comment_queries().
ActionScheduler_wpCommentLogger::get_comment_count() – Retrieve the comment counts from our cache, or the database if the cached version isn’t set.
ActionScheduler_wpCommentLogger::get_where_clause() – Return a SQL clause to exclude Action Scheduler comments.
ActionScheduler_wpPostStore_PostStatusRegistrar::post_status_args() – Build the args array for the post type definition
ActionScheduler_wpPostStore_PostStatusRegistrar::post_status_failed_labels() – Build the args array for the post type definition
ActionScheduler_wpPostStore_PostStatusRegistrar::post_status_running_labels() – Build the args array for the post type definition
ActionScheduler_wpPostStore_PostTypeRegistrar::post_type_args() – Build the args array for the post type definition
ActionScheduler_wpPostStore::action_counts() – Get a count of all actions in the store, grouped by status
ActionScheduler_wpPostStore::get_actions_by_group() – Get IDs of actions within a certain group and up to a certain date/time.
ActionScheduler_wpPostStore::get_claim_id() – Return an action’s claim ID, as stored in the post password column