• 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 O

O

$notetracking-opt-in – action

Abstract_WC_Order_Data_Store_CPT

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

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.

AbstractProductGrid::get_schema_orderby() – Get the schema for the orderby attribute.

AbstractProductGrid::set_ordering_query_args() – Parse query args.

AbstractServiceProvider::reflect_class_or_callable() – Check if a combination of class name and concrete is valid for registration.

action_scheduler_failed_old_action_deletion – action

ActionScheduler_AdminView_Deprecated::custom_orderby() – Filter search queries to allow searching by Claim ID (i.e. post_password).

ActionScheduler_Logger::log_timed_out_action() –

ActionScheduler_OptionLock

ActionScheduler_OptionLock::get_expiration() – If a lock is set, return the timestamp it was set to expiry.

ActionScheduler_OptionLock::get_key() – Get the key to use for storing the lock in the transient

ActionScheduler_OptionLock::set() – Set a lock using options for a given amount of time (60 seconds by default).

ActionScheduler_QueueCleaner::delete_old_actions() –

ActionScheduler_wcSystemStatus::get_oldest_and_newest() – Get oldest and newest scheduled dates for a given set of statuses.

ActionScheduler::get_datetime_object() – Deprecated *

ActivityPanels::clear_low_out_of_stock_count_transient() – Clears transient for out of stock indicator

add_option_ – action

add_option_mailchimp_woocommerce_plugin_do_activation_redirect – action

add_option_wc_square_refresh_tokens – action

add_option_woocommerce_allow_tracking – action

add_option_woocommerce_ppec_paypal_settings – action

add_option_woocommerce_stripe_settings – action

add_option_woocommerce_task_list_complete – action

add_option_woocommerce_task_list_tracked_completed_tasks – action

add_order_item() – Add an order item to an order.

AnalyticsDashboard::preload_options() – Preload options to prime state of the application.

as_get_datetime_object() – Helper function to create an instance of DateTime based on a given string and timezone. By default, will return the current date/time in the UTC timezone.

AssetDataRegistry::get_order_statuses() – Returns block-related data for enqueued wc-settings script.

Cart::get_object_for_response() – Convert a woo cart item to JSON schema.

CategoryLookup::on_edit() – When a product category gets edited, see if we need to sync the table.

Checkout::create_or_update_draft_order() – Create or update a draft order based on the cart.

Checkout::get_draft_order_id() – Gets draft order data from the customer session.

Checkout::get_draft_order_object() – Get an order object, either using a current draft order, or returning a new one.

Checkout::set_draft_order_id() – Updates draft order data in the customer session.

Checkout::update_order_from_request() – Update an order using the posted values from the request.

comments_open – filter

Controller::add_wp_query_orderby() – Custom orderby clauses using the lookup tables.

Controller::get_migration_config_object() – Get the default migration config object

Controller::get_order_number() – Get the order number for an order. If no filter is present for `woocommerce_order_number`, we can just return the ID.

Controller::get_order_status_labels() – Get order statuses (and labels) without prefixes.

Controller::get_order_statuses() – Get order statuses without prefixes.

Controller::prepare_objects_query() – Prepare request object as query args.

Coupons::prepare_objects_query() – Add coupon code searching to the WC API.

CreateAccount::from_order_request() – Create a user account for specified request (if necessary).

custom_menu_order – filter

CustomerEffortScoreTracks::run_on_transition_post_status() – Hook into the post status lifecycle, only interested in products that are either being added or edited.

DataStore::add_order_by_clause() – Add order by SQL clause if included in query.

DataStore::add_order_by_params() – Fills ORDER BY clause of SQL request based on user supplied parameters.

DataStore::add_order_by_sql_params() – Fills ORDER BY clause of SQL request based on user supplied parameters.

DataStore::add_order_by() – Fills ORDER BY clause of SQL request based on user supplied parameters.

DataStore::add_order_status_clause() – Add order status SQL clauses if included in query.

DataStore::add_orderby_order_clause() – Add order by order SQL clause.

DataStore::delete_order() – Deletes the order stats when an order is deleted.

DataStore::expected_intervals_on_page() – Returns expected number of items on the page in case of date ordering.

DataStore::get_coupons_by_order_ids() – Get coupon information from order IDs.

DataStore::get_customers_by_orders() – Get customer data from Order data.

DataStore::get_excluded_orders() – Returns comma separated ids of excluded orders, based on query arguments from the user.

DataStore::get_excluded_report_order_statuses() – Get the excluded order statuses used when calculating reports.

DataStore::get_included_orders() – Returns comma separated ids of included orders, based on query arguments from the user.

DataStore::get_match_operator() – Returns logic operator for WHERE subclause based on ‘match’ query argument.

DataStore::get_object_where_filter() – Get WHERE filter by object ids subquery.

DataStore::get_oldest_orders() – Retrieve the oldest orders made by a customer.

DataStore::get_or_create_customer_from_order() – Get or create a customer from a given order.

DataStore::get_order_count() – Retrieve the amount of orders made by a customer.

DataStore::get_products_by_order_ids() – Get product IDs, names, and quantity from order IDs.

DataStore::normalize_order_by() – Maps ordering specified by the user to columns in the database/fields in the data.

DataStore::normalize_order_status() – Maps order status provided by the user to the one used in the database.

DataStore::orders_stats_sql_filter() – Updates the totals and intervals database queries with parameters used for Orders report: categories, coupons and order status.

DataStore::set_customer_first_order() – Set a customer’s first order and all others to returning.

DataStore::sync_on_order_delete() – Sync customers data after an order was deleted.

DataStore::sync_order_coupons() – Create or update an an entry in the wc_order_coupon_lookup table for an order.

DataStore::sync_order_products() – Create or update an entry in the wc_admin_order_product_lookup table for an order.

DataStore::sync_order_taxes() – Create or update an entry in the wc_order_tax_lookup table for an order.

DataStore::sync_order() – Add order information to the lookup table when orders are created or modified.

default_option_$new_option – filter

delete_by_order_id() – Method to delete a download permission from the database by order ID.

delete_order_item() – Delete an order item.

do_action_or_reschedule() – Check for blocking jobs and reschedule if any exist.

DraftOrders::append_draft_order_post_status() – Append draft status to a list of statuses.

DraftOrders::assert_order_results() – Asserts whether incoming order results are expected given the query this service class executes.

  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Interim pages omitted …
  • Go to page 22
  • 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