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

D

$notetracking-dismiss – action

$noteupdate-db_done – action

$noteupdate-db_learn-more – action

$noteupdate-db_run – action

$noteupdate-db_see-progress – action

$this_default_time_limit – filter

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.

AbstractBlock::enqueue_data() – Extra data passed through from server to client for block.

AbstractBlock::get_html_data_attributes() – Converts block attributes to HTML data attributes.

AbstractBlock::inject_html_data_attributes() – Injects block attributes into the block.

AbstractPaymentMethodType::get_payment_method_data() – An array of key, value pairs of data made available to payment methods client side.

AbstractRoute::get_route_delete_response() – Get route response for DELETE requests.

action_scheduler_deleted_action – action

action_scheduler_enable_recreate_data_store – filter

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_load_deprecated_functions – filter

action_scheduler_lock_duration – filter

action_scheduler_migrate_data_store – filter

action_scheduler_migration_dependencies_met – filter

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

action_scheduler/migrate_action_dry_run – action

ActionScheduler_Abstract_ListTable::bulk_delete() – Default code for deleting entries.

ActionScheduler_Abstract_ListTable::column_default() – Default column formatting, it will escape everything for security.

ActionScheduler_Abstract_ListTable::display_admin_notices() – Display the table heading and search query, if any

ActionScheduler_Abstract_ListTable::display_filter_by_status() – Prints the available statuses so the user can click to filter.

ActionScheduler_Abstract_ListTable::display_header() – Display the table heading and search query, if any

ActionScheduler_Abstract_ListTable::display_page() – Render the list table page, including header, notices, status filters and table.

ActionScheduler_Abstract_ListTable::display_table() – Renders the table list, we override the original class to render the table inside a form and to render any needed HTML (like the search box). By doing so the callee of a function can simple forget about any extra HTML.

ActionScheduler_Abstract_QueueRunner_Deprecated

ActionScheduler_Abstract_QueueRunner_Deprecated::get_maximum_execution_time() – Get the maximum number of seconds a batch can run for.

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

ActionScheduler_AdminView_Deprecated

ActionScheduler_AdminView_Deprecated::action_scheduler_post_type_args() –

ActionScheduler_AdminView_Deprecated::admin_notices() – Convert an interval of seconds into a two part human friendly string.

ActionScheduler_AdminView_Deprecated::bulk_actions() – Do not include the "Edit" action for the Scheduled Actions administration screen.

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

ActionScheduler_AdminView_Deprecated::list_table_column_content() – Print the content for our custom columns.

ActionScheduler_AdminView_Deprecated::list_table_columns() – Completely customer the columns displayed on the Scheduled Actions administration screen.

ActionScheduler_AdminView_Deprecated::list_table_sortable_columns() – Make our custom title & date columns use defaulting title & date sorting.

ActionScheduler_AdminView_Deprecated::list_table_views() – Customise the post status related views displayed on the Scheduled Actions administration screen.

ActionScheduler_AdminView_Deprecated::maybe_execute_action() – Run an action when triggered from the Action Scheduler administration screen.

ActionScheduler_AdminView_Deprecated::post_updated_messages() – Change messages when a scheduled action is updated.

ActionScheduler_AdminView_Deprecated::row_actions() – Hide the inline "Edit" action for all ‘scheduled-action’ posts.

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

ActionScheduler_AsyncRequest_QueueRunner::maybe_dispatch() – If the async request runner is needed and allowed to run, dispatch a request.

ActionScheduler_DataController

ActionScheduler_DataController::dependencies_met() – Get a flag indicating whether the migration environment dependencies are met.

ActionScheduler_DataController::free_memory() – Reduce memory footprint by clearing the database query and object caches.

ActionScheduler_DataController::init() – Connect to table datastores if migration is complete.

ActionScheduler_DataController::instance() – Singleton factory.

ActionScheduler_DataController::is_migration_complete() – Get a flag indicating whether the migration is complete.

ActionScheduler_DataController::mark_migration_complete() – Mark the migration as complete.

ActionScheduler_DataController::mark_migration_incomplete() – Unmark migration when a plugin is de-activated. Will not work in case of silent activation, for example in an update.

ActionScheduler_DataController::maybe_free_memory() – Free memory if conditions are met.

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

ActionScheduler_DateTime::getOffset() – Returns the timezone offset.

ActionScheduler_DateTime::getOffsetTimestamp() – Get the timestamp with the WordPress timezone offset added or subtracted.

ActionScheduler_DateTime::getTimestamp() – Get the unix timestamp of the current object.

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

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

ActionScheduler_DBLogger

ActionScheduler_DBLogger::bulk_log_cancel_actions() – Bulk add cancel action log entries.

ActionScheduler_DBLogger::clear_deleted_action_logs() – Delete the action logs for an action.

ActionScheduler_DBLogger::create_entry_from_db_record() – Create an action log entry from a database record.

ActionScheduler_DBLogger::get_entry() – Retrieve an action log entry.

ActionScheduler_DBLogger::get_logs() – Retrieve the an action’s log entries from the database.

ActionScheduler_DBLogger::init() – Initialize the data store.

ActionScheduler_DBLogger::log() – Add a record to an action log.

ActionScheduler_DBStore

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

ActionScheduler_DBStore::bulk_cancel_actions() – Bulk cancel actions.

ActionScheduler_DBStore::cancel_action() – Cancel an action.

ActionScheduler_DBStore::cancel_actions_by_group() – Cancel pending actions by group.

ActionScheduler_DBStore::cancel_actions_by_hook() – Cancel pending actions by hook.

ActionScheduler_DBStore::claim_actions() – Mark actions claimed.

ActionScheduler_DBStore::create_group() – Create an action group.

ActionScheduler_DBStore::delete_action() – Delete an action.

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