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

S

_sort_priority_callback() – Sort Priority Callback Function

_wc_save_product_price() – Save product price.

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.

AbstractBlock::enqueue_scripts() – Register/enqueue scripts used for this block.

AbstractBlock::get_skeleton_inline_script() – Script to append the correct sizing class to a block skeleton.

AbstractDynamicBlock::get_schema_align() – Get the schema for the alignment property.

AbstractDynamicBlock::get_schema_boolean() – Get the schema for a boolean value.

AbstractDynamicBlock::get_schema_list_ids() – Get the schema for a list of IDs.

AbstractDynamicBlock::get_schema_number() – Get the schema for a numeric value.

AbstractDynamicBlock::get_schema_string() – Get the schema for a string value.

AbstractHtmlProcessor::setDomDocument() –

AbstractHtmlProcessor::setHtml() – Sets the HTML to process.

AbstractPaymentMethodType::get_payment_method_script_handles_for_admin() – Returns an array of script handles to enqueue for this payment method in the admin context

AbstractPaymentMethodType::get_payment_method_script_handles() – Returns an array of script handles to enqueue for this payment method in the frontend context

AbstractPaymentMethodType::get_setting() – Get a setting from the settings array if set.

AbstractProductGrid::get_sale_badge_html() – Get the sale badge.

AbstractProductGrid::get_schema_content_visibility() – Get the schema for the contentVisibility attribute

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

AbstractProductGrid::set_block_query_args() – Set args specific to this block

AbstractProductGrid::set_categories_query_args() – Set categories query args.

AbstractProductGrid::set_ordering_query_args() – Parse query args.

AbstractProductGrid::set_visibility_query_args() – Set visibility query args.

AbstractRoute::get_item_schema() – Get item schema properties.

AbstractSchema::force_schema_readonly() – Force all schema properties to be readonly.

AbstractSchema::get_item_schema() – Returns the full item schema.

AbstractSchema::get_public_item_schema() – Returns the public schema.

AbstractSchema::get_store_currency_properties() – Returns consistent currency schema used across endpoints for prices.

AbstractSchema::get_store_currency_response() – Prepares a list of store currency data to return in responses.

AbstractServiceProvider::setIdentifier() – {@inheritdoc}

AbstractServiceProvider::share_with_auto_arguments() – Register a class in the container and use reflection to guess the injection method arguments.

AbstractServiceProvider::share() – Register a shared entry in the container (`get` always returns the same instance).

action_scheduler_initialize_2_dot_2_dot_5() –

action_scheduler_initialize_3_dot_1_dot_4() –

action_scheduler_initialize_3_dot_1_dot_5() –

action_scheduler_initialize_3_dot_1_dot_6() –

action_scheduler_register_2_dot_2_dot_5() –

action_scheduler_register_3_dot_1_dot_4() –

action_scheduler_register_3_dot_1_dot_5() –

action_scheduler_register_3_dot_1_dot_6() –

ActionScheduler_Abstract_ListTable::get_search_box_placeholder() – Get the text to display in the search box on the list table.

ActionScheduler_Abstract_ListTable::get_sortable_columns() – Reads $this->sort_by and returns the columns name in a format that WP_Table_List expects

ActionScheduler_Abstract_ListTable::set_items() – Set the data for displaying. It will attempt to unserialize (There is a chance that some columns are serialized). This can be override in child classes for further data transformation.

ActionScheduler_Abstract_QueueRunner::schedule_next_instance() – Schedule the next instance of the action if necessary.

ActionScheduler_Abstract_Schedule::__construct() –

ActionScheduler_Abstract_Schedule::__sleep() – For PHP 5.2 compat, since DateTime objects can’t be serialized

ActionScheduler_Abstract_Schedule::__wakeup() –

ActionScheduler_Abstract_Schedule::calculate_next() – Calculate when the next instance of this schedule would run based on a given date & time.

ActionScheduler_Abstract_Schedule::get_date() – Get the date & time the schedule is set to run.

ActionScheduler_Abstract_Schedule::get_next() – Get the next date & time when this schedule should run after a given date & time.

ActionScheduler_Abstract_Schedule::is_recurring() – Check if a schedule should recur.

ActionScheduler_Abstract_Schema::get_full_table_name() –

ActionScheduler_Abstract_Schema::get_table_definition() –

ActionScheduler_Abstract_Schema::mark_schema_update_complete() – Update the option in WordPress to indicate that our schema is now up to date

ActionScheduler_Abstract_Schema::register_tables() – Register tables with WordPress, and create them if needed.

ActionScheduler_Abstract_Schema::schema_update_required() – Determine if the database schema is out of date by comparing the integer found in $this->schema_version with the option set in the WordPress options table

ActionScheduler_Abstract_Schema::update_table() – Update the schema for the given table

ActionScheduler_Action::get_schedule() –

ActionScheduler_Action::set_args() –

ActionScheduler_Action::set_group() –

ActionScheduler_Action::set_hook() –

ActionScheduler_Action::set_schedule() –

ActionScheduler_ActionFactory::get_stored_action() –

ActionScheduler_ActionFactory::single() –

ActionScheduler_ActionFactory::store() –

ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args() –

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

ActionScheduler_AdminView::register_system_status_tab() – Registers action-scheduler into WooCommerce > System status.

ActionScheduler_AdminView::system_status_report() –

ActionScheduler_AsyncRequest_QueueRunner::get_sleep_seconds() – Chaining async requests can crash MySQL. A brief sleep call in PHP prevents that.

ActionScheduler_CronSchedule::__sleep() – Serialize cron schedules with data required prior to AS 3.0.0

ActionScheduler_DataController::set_free_ticks() – Set the tick count required for freeing memory.

ActionScheduler_DataController::set_logger_class() – Set the action logger class name.

ActionScheduler_DataController::set_sleep_time() – Set the sleep time in seconds.

ActionScheduler_DataController::set_store_class() – Set the action store class name.

ActionScheduler_DateTime::setTimezone() – Set the TimeZone associated with the DateTime

ActionScheduler_DateTime::setUtcOffset() – Set the UTC offset.

ActionScheduler_DBStore::get_status() – Get an action’s status.

ActionScheduler_DBStore::save_action() – Save an action.

ActionScheduler_DBStore::stake_claim() – Stake a claim on actions.

ActionScheduler_DBStoreMigrator::save_action() – Save an action with optional last attempt date.

ActionScheduler_FatalErrorMonitor::handle_unexpected_shutdown() –

ActionScheduler_HybridStore::get_status() – Get an existing action status whether migrated or not.

ActionScheduler_HybridStore::get_store_from_action_id() – Return which store an action is stored in.

ActionScheduler_HybridStore::save_action() – Save an action to the primary store.

ActionScheduler_HybridStore::set_autoincrement() – When the actions table is created, set its autoincrement value to be one higher than the posts table to ensure that there are no ID collisions.

ActionScheduler_HybridStore::set_demarkation_id() – Store the demarkation id in WP options.

ActionScheduler_HybridStore::stake_claim() – If any actions would have been claimed by the secondary store, migrate them immediately, then ask the primary store for the canonical claim.

ActionScheduler_IntervalSchedule::__sleep() – Serialize interval schedules with data required prior to AS 3.0.0

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