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

G

_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.

$noteview-payment-gateways – action

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

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

AbstractCartRoute::get_response() – Get the route response based on the type of request.

AbstractCartRoute::get_route_error_response() – Get route response when something went wrong.

AbstractDependencyType::get() – Retrieves the value stored internally for this DependencyType

AbstractDynamicBlock::get_attributes() – Get block attributes.

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.

AbstractExtension::getAttributeMatchingTranslators() – {@inheritdoc}

AbstractExtension::getCombinationTranslators() – {@inheritdoc}

AbstractExtension::getFunctionTranslators() – {@inheritdoc}

AbstractExtension::getNodeTranslators() – {@inheritdoc}

AbstractExtension::getPseudoClassTranslators() – {@inheritdoc}

AbstractHandlerTest::generateHandler() –

AbstractHandlerTest::getDontHandleValueTestData() –

AbstractHandlerTest::getHandleValueTestData() –

AbstractHtmlProcessor::getBodyElement() – Returns the BODY element.

AbstractHtmlProcessor::getDomDocument() – Provides access to the internal DOMDocument representation of the HTML in its current state.

AbstractNode::getNodeName() –

AbstractNodeTest::getSpecificityValueTestData() –

AbstractNodeTest::getToStringConversionTestData() –

AbstractPaymentMethodType::get_name() – Returns the name of the payment method.

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

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_add_to_cart() – Get the "add to cart" button.

AbstractProductGrid::get_attributes() – Get a set of attributes shared across most of the grid blocks.

AbstractProductGrid::get_button_html() – Get the button.

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

AbstractProductGrid::get_image_html() – Get the product image.

AbstractProductGrid::get_price_html() – Get the price.

AbstractProductGrid::get_products_limit() – Works out the item limit based on rows and columns, or returns default.

AbstractProductGrid::get_products() – Run the query and return an array of product IDs

AbstractProductGrid::get_rating_html() – Render the rating icons.

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::get_title_html() – Get the product title.

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

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

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

AbstractRoute::get_namespace() – Get the namespace for this route.

AbstractRoute::get_response() – Get the route response based on the type of request.

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

AbstractRoute::get_route_error_response() – Get route response when something went wrong.

AbstractRoute::get_route_post_response() – Get route response for POST requests.

AbstractRoute::get_route_response() – Get route response for GET requests.

AbstractRoute::get_route_update_response() – Get route response for PUT requests.

AbstractSchema::get_endpoint_args_for_item_schema() – Retrieves an array of endpoint arguments from the item schema for the controller.

AbstractSchema::get_extended_data() – Returns extended data for a specific endpoint

AbstractSchema::get_extended_schema() – Returns extended schema for a specific endpoint

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

AbstractSchema::get_properties() – Returns schema properties.

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

AbstractServiceProvider::getIdentifier() – {@inheritdoc}

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

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

AbstractTermsRoute::get_terms_response() – Get terms matching passed in args.

ActionScheduler_Abstract_ListTable::get_bulk_actions() – Reads `$this->bulk_actions` and returns an array that WP_List_Table understands. It also validates that the bulk method handler exists. It throws an exception because this is a library meant for developers and missing a bulk method is a development-time error.

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::get_items_offset() – Returns the number of items to offset/skip for this current view.

ActionScheduler_Abstract_ListTable::get_items_query_filters() – Prepares the SQL to filter rows by the options defined at `$this->filter_by`. Before trusting any data sent by the user it validates that it is a valid option.

ActionScheduler_Abstract_ListTable::get_items_query_limit() – Get prepared LIMIT clause for items query

ActionScheduler_Abstract_ListTable::get_items_query_offset() – Get prepared OFFSET clause for items query

ActionScheduler_Abstract_ListTable::get_items_query_order() – Prepares the ORDER BY sql statement. It uses `$this->sort_by` to know which columns are sortable. This requests validates the orderby $_GET parameter is a valid column and sortable. It will also use order (ASC|DESC) using DESC by default.

ActionScheduler_Abstract_ListTable::get_items_query_search() – Check if the current request is doing a "full text" search. If that is the case prepares the SQL to search texts using LIKE.

ActionScheduler_Abstract_ListTable::get_request_order() – Return the sortable column order specified for this request.

ActionScheduler_Abstract_ListTable::get_request_orderby() – Return the sortable column specified for this request to order the results by, if any.

ActionScheduler_Abstract_ListTable::get_request_search_query() – Return the search filter for this request, if any.

ActionScheduler_Abstract_ListTable::get_request_status() – Return the status filter for this request, if any.

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::get_table_columns() – Process and return the columns name. This is meant for using with SQL, this means it always includes the primary key.

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

ActionScheduler_Abstract_QueueRunner::get_allowed_concurrent_batches() – Get the number of concurrent batches a runner allows.

ActionScheduler_Abstract_QueueRunner::get_execution_time() – Get the number of seconds the process has been running.

ActionScheduler_Abstract_QueueRunner::get_memory_limit() – Get memory limit

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

ActionScheduler_Abstract_RecurringSchedule::get_first_date() – Get the date & time of the first schedule in this recurring series.

ActionScheduler_Abstract_RecurringSchedule::get_recurrence() –

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

ActionScheduler_Abstract_Schema::get_table_definition() –

ActionScheduler_Action::get_args() –

ActionScheduler_Action::get_group() –

ActionScheduler_Action::get_hook() –

ActionScheduler_Action::get_schedule() –

ActionScheduler_Action::set_group() –

ActionScheduler_ActionClaim::get_actions() –

ActionScheduler_ActionClaim::get_id() –

  • 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.2
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