• Skip to primary navigation
  • Skip to main content
  • Skip to footer
WooCommerce a2z

WooCommerce a2z

WooCommerce

  • Home
  • Plugins
  • Blocks
  • Shortcodes
  • APIs
  • Classes
  • Files
  • Hooks
  • Sitemap
  • Blog
  • _
  • #
  • $
  • A
  • B
  • C
  • D
  • E
  • F
  • G
  • H
  • I
  • J
  • K
  • L
  • M
  • N
  • O
  • P
  • Q
  • R
  • S
  • T
  • U
  • V
  • W
  • X
  • Y
  • Z
Home / Archives for W

W

__wakeup() – Prevent unserializing.

_wc_get_cached_product_terms() – Cached version of wp_get_post_terms().

_wc_get_product_terms_name_num_usort_callback() – Sort by name (numeric).

_wc_get_product_terms_parent_usort_callback() – Sort by parent.

_wc_save_product_price() – Save product price.

_wc_term_recount() – Function for recounting product terms, ignoring hidden products.

_woocommerce_term_recount() –

Abstract_WC_Order_Data_Store_CPT::clear_caches() – Clear any caches.

Abstract_WC_Order_Data_Store_CPT::create() – Method to create a new order in the database.

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::delete() – Method to delete an order from the database.

Abstract_WC_Order_Data_Store_CPT::get_order_key() – Get order key.

Abstract_WC_Order_Data_Store_CPT::get_payment_token_ids() – Get token ids for an order.

Abstract_WC_Order_Data_Store_CPT::get_post_excerpt() – Excerpt for post.

Abstract_WC_Order_Data_Store_CPT::get_post_status() – Get the status to save to the post object.

Abstract_WC_Order_Data_Store_CPT::get_post_title() – Get a title for the new post type.

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::read() – Method to read an order from the database.

Abstract_WC_Order_Data_Store_CPT::update_payment_token_ids() – Update token ids for an order.

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_Data_Store_CPT::update() – Method to update an order in the database.

Abstract_WC_Order_Item_Type_Data_Store::clear_cache() – Clear meta cache.

Abstract_WC_Order_Item_Type_Data_Store::create() – Create a new order item in the database.

Abstract_WC_Order_Item_Type_Data_Store::delete() – Remove an order item from the database.

Abstract_WC_Order_Item_Type_Data_Store::read() – Read a order item from the database.

Abstract_WC_Order_Item_Type_Data_Store::save_item_data() – Saves an item’s data to the database / item meta.

Abstract_WC_Order_Item_Type_Data_Store::update() – Update a order item in the database.

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_NullSchedule::__wakeup() –

ActionScheduler_QueueRunner::add_wp_cron_schedule() –

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::__construct() – The active data stores

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::__construct() – ActionScheduler_WPCLI_QueueRunner constructor.

ActionScheduler_WPCLI_QueueRunner::action_failed() – Handle WP CLI message when the action has failed.

ActionScheduler_WPCLI_QueueRunner::add_hooks() – Add our hooks to the appropriate actions.

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_QueueRunner::run() – Process actions in the queue.

ActionScheduler_WPCLI_QueueRunner::setup_progress_bar() – Set up the WP CLI progress bar.

ActionScheduler_WPCLI_QueueRunner::setup() – Set up the Queue before processing.

ActionScheduler_WPCLI_QueueRunner::stop_the_insanity() – Sleep and help avoid hitting memory limit

ActionScheduler_WPCLI_Scheduler_command::print_error() – Convert an exception into a WP CLI error.

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_WPCLI_Scheduler_command::run() – Run the Action Scheduler

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::init() – Initialize the class and attach callbacks.

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::create_wp_comment() –

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::disable_comment_counting() –

ActionScheduler_wpCommentLogger::enable_comment_counting() –

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::filter_comment_queries() –

ActionScheduler_wpCommentLogger::filter_comment_query_clauses() –

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_comment() –

ActionScheduler_wpCommentLogger::get_entry() –

ActionScheduler_wpCommentLogger::get_logs() –

ActionScheduler_wpCommentLogger::get_where_clause() – Return a SQL clause to exclude Action Scheduler comments.

ActionScheduler_wpCommentLogger::init() –

ActionScheduler_wpCommentLogger::log() –

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_PostStatusRegistrar::register() –

ActionScheduler_wpPostStore_PostTypeRegistrar::post_type_args() – Build the args array for the post type definition

ActionScheduler_wpPostStore_PostTypeRegistrar::register() –

ActionScheduler_wpPostStore_TaxonomyRegistrar::register() –

ActionScheduler_wpPostStore_TaxonomyRegistrar::taxonomy_args() –

ActionScheduler_wpPostStore::action_counts() – Get a count of all actions in the store, grouped by status

ActionScheduler_wpPostStore::cancel_action() –

ActionScheduler_wpPostStore::claim_actions() –

ActionScheduler_wpPostStore::create_post_array() –

ActionScheduler_wpPostStore::delete_action() –

ActionScheduler_wpPostStore::fetch_action() –

ActionScheduler_wpPostStore::filter_insert_post_data() –

ActionScheduler_wpPostStore::find_action() –

ActionScheduler_wpPostStore::find_actions_by_claim_id() –

ActionScheduler_wpPostStore::generate_claim_id() –

ActionScheduler_wpPostStore::get_action_status_by_post_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_count() –

ActionScheduler_wpPostStore::get_claim_id() – Return an action’s claim ID, as stored in the post password column

ActionScheduler_wpPostStore::get_date_gmt() –

ActionScheduler_wpPostStore::get_date() –

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 63
  • Go to Next Page »

Footer

WooCommerce a2z
WooCommerce a2z
WooCommerce
WordPress 5.6
WordPress a2z
WordPress core a2z
Genesis Theme Framework a2z
Jetpack a2z
WordPress develop tests
Easy Digital Downloads a2z
WooCommerce a2z
Yoast SEO a2z
WordPress Blocks

Site:  woocommerce.wp-a2z.org
© Copyright WooCommerce a2z 2014-2021. All rights reserved.


Website designed and developed by Herb Miller
Proudly powered by WordPress and oik plugins

  • Home
  • Blog
  • Sitemap
  • Sites