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

C

__clone() – Prevent cloning.

__construct() – Constructor

_sort_priority_callback() – Sort Priority Callback Function

_wc_get_cached_product_terms() – Cached version of wp_get_post_terms().

AbstractBlock::__construct() – Constructor

AbstractDependencyType::__construct() – Constructor

AbstractHtmlProcessor::__construct() – The constructor.

AbstractHtmlProcessor::createRawDomDocument() – Creates a DOMDocument instance from the given HTML and stores it in $this->domDocument.

AbstractHtmlProcessor::createUnifiedDomDocument() – Creates a DOM document from the given HTML and stores it in $this->domDocument.

AbstractProductGrid::get_add_to_cart() – Get the "add to cart" button.

AbstractProductGrid::get_container_classes() – Get the list of classes to apply to this block.

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

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

AbstractRoute::__construct() – Constructor.

AbstractRoute::check_nonce() – For non-GET endpoints, require and validate a nonce to prevent CSRF attacks.

AbstractRoute::get_collection_params() – Retrieves the query params for the collections.

AbstractRoute::get_context_param() – Retrieves the context param.

AbstractRoute::maybe_load_cart() – Makes the cart and sessions available to a route by loading them from core.

AbstractRoute::prepare_response_for_collection() – Prepares a response for insertion into a collection.

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::get_class() – Gets the class of a parameter.

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

AbstractTermsRoute::get_collection_params() – Get the query params for collections of attributes.

AbstractTermsRoute::get_term_count() – Get count of terms for current query.

ActionMigrator::__construct() – ActionMigrator constructor.

ActionScheduler_Abstract_ListTable::column_cb() – Renders the checkbox for each row, this is the first column and it is named ID regardless of how the primary key is named (to keep the code simpler). The bulk actions will do the proper name transformation though using `$this->ID`.

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

ActionScheduler_Abstract_ListTable::get_columns() – Returns the columns names for rendering. It adds a checkbox for selecting everything as the first column

ActionScheduler_Abstract_ListTable::prepare_column_headers() – Prepares the _column_headers property which is used by WP_Table_List at rendering.

ActionScheduler_Abstract_QueueRunner::run_cleanup() – Run the queue cleaner.

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

ActionScheduler_Action::__construct() –

ActionScheduler_ActionClaim::__construct() –

ActionScheduler_ActionFactory::cron() – Create the first instance of an action recurring on a Cron schedule.

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

ActionScheduler_CanceledAction::__construct() –

ActionScheduler_CanceledSchedule::__wakeup() – Unserialize recurring schedules serialized/stored prior to AS 3.0.0

ActionScheduler_CanceledSchedule::calculate_next() –

ActionScheduler_CanceledSchedule::get_next() – Cancelled actions should never have a next schedule, even if get_next() is called with $after < $this->scheduled_date.

ActionScheduler_CanceledSchedule::is_recurring() –

ActionScheduler_Compatibility::convert_hr_to_bytes() – Converts a shorthand byte value to an integer byte value.

ActionScheduler_Compatibility::raise_memory_limit() – Attempts to raise the PHP memory limit for memory intensive processes.

ActionScheduler_Compatibility::raise_time_limit() – Attempts to raise the PHP timeout for time intensive processes.

ActionScheduler_CronSchedule::__construct() – Wrapper for parent constructor to accept a cron expression string and map it to a CronExpression for this objects $recurrence property.

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

ActionScheduler_CronSchedule::__wakeup() – Unserialize cron schedules serialized/stored prior to AS 3.0.0

ActionScheduler_CronSchedule::calculate_next() – Calculate when an instance of this schedule would start based on a given date & time using its the CronExpression.

ActionScheduler_CronSchedule::get_recurrence() –

ActionScheduler_CronSchedule::is_recurring() –

ActionScheduler_CronSchedule::next() –

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::set_logger_class() – Set the action logger class name.

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

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_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::generate_claim_id() – Generate a new action claim.

ActionScheduler_DBStore::get_claim_count() – Get the number of active claims.

ActionScheduler_DBStore::get_claim_id() – Return an action’s claim ID, as stored in the claim_id column.

ActionScheduler_DBStore::mark_complete() – Mark an action as complete.

ActionScheduler_DBStore::release_claim() – Release actions from a claim and delete the claim.

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

ActionScheduler_FatalErrorMonitor::__construct() –

ActionScheduler_FatalErrorMonitor::track_current_action() –

ActionScheduler_HybridStore::__construct() – ActionScheduler_HybridStore constructor.

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

ActionScheduler_HybridStore::cancel_action() – Cancel an existing action whether migrated or not.

ActionScheduler_HybridStore::get_claim_count() – Get the claim count from the table data store.

ActionScheduler_HybridStore::get_claim_id() – Retrieve the claim ID for an action from the table data store.

ActionScheduler_HybridStore::mark_complete() – Mark an existing action complete whether migrated or not.

ActionScheduler_HybridStore::release_claim() – Release a claim in the table data store.

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

ActionScheduler_IntervalSchedule::calculate_next() – Calculate when this schedule should start after a given date & time using the number of seconds between recurrences.

ActionScheduler_ListTable::__construct() – Sets the current data store object into `store->action` and initialises the object.

ActionScheduler_ListTable::column_args() – Serializes the argument of an action to render it in a human friendly format.

ActionScheduler_ListTable::column_log_entries() – Prints the logs entries inline. We do so to avoid loading Javascript and other hacks to show it in a modal.

ActionScheduler_ListTable::column_schedule() – Prints the scheduled date in a human friendly format.

ActionScheduler_ListTable::row_action_cancel() – Implements the logic behind running an action. ActionScheduler_Abstract_ListTable validates the request and their parameters are valid.

ActionScheduler_LogEntry::__construct() – Constructor

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

ActionScheduler_Logger::log_canceled_action() –

ActionScheduler_Logger::log_completed_action() –

ActionScheduler_LoggerSchema::__construct() –

ActionScheduler_NullAction::__construct() –

ActionScheduler_NullLogEntry::__construct() –

ActionScheduler_NullSchedule::__construct() – Make the $date param optional and default to null.

ActionScheduler_QueueCleaner::__construct() – ActionScheduler_QueueCleaner constructor.

ActionScheduler_QueueCleaner::clean() – Do all of the cleaning actions.

ActionScheduler_QueueRunner::__construct() – ActionScheduler_QueueRunner constructor.

ActionScheduler_QueueRunner::add_wp_cron_schedule() –

ActionScheduler_QueueRunner::clear_caches() – Running large batches can eat up memory, as WP adds data to its object cache.

ActionScheduler_SimpleSchedule::__construct() –

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